mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
python-utils-r1.eclass: Require pypy{,3} >= 5, #609292
Bump the dependency on PyPy to require relatively recent versions, to ease package maintenance.
This commit is contained in:
@@ -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';;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user