projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ae1608
)
python-utils-r1.eclass: Require pypy{,3} >= 5, #609292
author
Michał Górny
<mgorny@gentoo.org>
Fri, 17 Feb 2017 11:23:35 +0000
(12:23 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 17 Feb 2017 11:44:36 +0000
(12:44 +0100)
Bump the dependency on PyPy to require relatively recent versions, to
ease package maintenance.
eclass/python-utils-r1.eclass
patch
|
blob
|
history
diff --git
a/eclass/python-utils-r1.eclass
b/eclass/python-utils-r1.eclass
index 53f8ad4f4ba60791cba248c3f0ea2213341cb1fd..572f68fc98280c8b637590abb994163b7d7a982f 100644
(file)
--- a/
eclass/python-utils-r1.eclass
+++ b/
eclass/python-utils-r1.eclass
@@
-415,9
+415,9
@@
python_export() {
python*)
PYTHON_PKG_DEP="dev-lang/python:${impl#python}";;
pypy)
- PYTHON_PKG_DEP='
virtual/pypy
:0=';;
+ PYTHON_PKG_DEP='
>=virtual/pypy-5
:0=';;
pypy3)
- PYTHON_PKG_DEP='
virtual/pypy3
:0=';;
+ PYTHON_PKG_DEP='
>=virtual/pypy3-5
:0=';;
jython2.7)
PYTHON_PKG_DEP='dev-java/jython:2.7';;
*)