diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-02-17 12:23:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-02-17 12:44:36 +0100 |
commit | 5167eca39010408a045b91452b33db13a5cc8b2b (patch) | |
tree | b4d2e2b0a2b2f8bc78c4b717de51e1ab81675029 /eclass/python-utils-r1.eclass | |
parent | sci-misc/boinc: reorder maintainers to match descriptions (diff) | |
download | gentoo-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/python-utils-r1.eclass')
-rw-r--r-- | eclass/python-utils-r1.eclass | 4 |
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';; *) |