projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcbe2bb
)
virtual/python-pathlib: Enable py3.7
author
Michał Górny
<mgorny@gentoo.org>
Mon, 23 Jul 2018 09:05:28 +0000
(11:05 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 23 Jul 2018 09:25:48 +0000
(11:25 +0200)
virtual/python-pathlib/python-pathlib-1.0.ebuild
patch
|
blob
|
history
diff --git
a/virtual/python-pathlib/python-pathlib-1.0.ebuild
b/virtual/python-pathlib/python-pathlib-1.0.ebuild
index 6f798a00d8ef88fd9ae108b6aa839bf398db3274..10122a0b2869e86dc0c19fe6ec36ce02432a7c27 100644
(file)
--- a/
virtual/python-pathlib/python-pathlib-1.0.ebuild
+++ b/
virtual/python-pathlib/python-pathlib-1.0.ebuild
@@
-1,9
+1,9
@@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=
5
+EAPI=
6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6
,7
} pypy pypy3 )
inherit python-r1