diff options
Diffstat (limited to 'testdata/repos/python/eclass/python-single-r1.eclass')
-rw-r--r-- | testdata/repos/python/eclass/python-single-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/repos/python/eclass/python-single-r1.eclass b/testdata/repos/python/eclass/python-single-r1.eclass index a7049ac0..5a8debca 100644 --- a/testdata/repos/python/eclass/python-single-r1.eclass +++ b/testdata/repos/python/eclass/python-single-r1.eclass @@ -22,7 +22,7 @@ _python_set_impls() { PYTHON_DEPS+=" python_single_target_${i}? ( dev-lang/python:${slot} )" ;; pypy3) - PYTHON_DEPS+=" python_single_target_${i}? ( dev-python/pypy3:= )" + PYTHON_DEPS+=" python_single_target_${i}? ( >=dev-lang/pypy-3.10:= )" ;; esac done |