summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-02-17 12:23:35 +0100
committerMichał Górny <mgorny@gentoo.org>2017-02-17 12:44:36 +0100
commit5167eca39010408a045b91452b33db13a5cc8b2b (patch)
treeb4d2e2b0a2b2f8bc78c4b717de51e1ab81675029 /eclass
parentsci-misc/boinc: reorder maintainers to match descriptions (diff)
downloadgentoo-5167eca39010408a045b91452b33db13a5cc8b2b.tar.gz
gentoo-5167eca39010408a045b91452b33db13a5cc8b2b.tar.bz2
gentoo-5167eca39010408a045b91452b33db13a5cc8b2b.zip
python-utils-r1.eclass: Require pypy{,3} >= 5, #609292
Bump the dependency on PyPy to require relatively recent versions, to ease package maintenance.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/python-utils-r1.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 53f8ad4f4ba6..572f68fc9828 100644
--- 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';;
*)