commit: ec3cf01513e7955953ddf66dd985a36d54be71c9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Dec 30 12:33:37 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Dec 30 12:58:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec3cf015
python*-r1.eclass: Update examples for virtual/pypy removal Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/python-r1.eclass | 2 +- eclass/python-single-r1.eclass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index e87b59967cd..dd350a436fa 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -126,7 +126,7 @@ fi # @CODE # dev-lang/python-exec:= # python_targets_python2_7? ( dev-lang/python:2.7[gdbm] ) -# python_targets_pypy? ( virtual/pypy[gdbm] ) +# python_targets_pypy? ( dev-python/pypy[gdbm] ) # @CODE # @ECLASS-VARIABLE: PYTHON_USEDEP diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass index f042bf4e116..b82c3a29f5c 100644 --- a/eclass/python-single-r1.eclass +++ b/eclass/python-single-r1.eclass @@ -136,7 +136,7 @@ EXPORT_FUNCTIONS pkg_setup # @CODE # dev-lang/python-exec:= # python_single_target_python2_7? ( dev-lang/python:2.7[gdbm] ) -# python_single_target_pypy? ( virtual/pypy[gdbm] ) +# python_single_target_pypy? ( dev-python/pypy[gdbm] ) # @CODE # @ECLASS-VARIABLE: PYTHON_USEDEP
