diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-30 13:33:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-30 13:58:59 +0100 |
commit | ec3cf01513e7955953ddf66dd985a36d54be71c9 (patch) | |
tree | 89a819e62de56902fbdb3b496e6a4d11df0be0e6 /eclass/python-r1.eclass | |
parent | python-utils-r1.eclass: Eliminate virtual/pypy (diff) | |
download | gentoo-ec3cf01513e7955953ddf66dd985a36d54be71c9.tar.gz gentoo-ec3cf01513e7955953ddf66dd985a36d54be71c9.tar.bz2 gentoo-ec3cf01513e7955953ddf66dd985a36d54be71c9.zip |
python*-r1.eclass: Update examples for virtual/pypy removal
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/python-r1.eclass')
-rw-r--r-- | eclass/python-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index e87b59967cde..dd350a436fa5 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 |