summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-30 13:33:37 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-30 13:58:59 +0100
commitec3cf01513e7955953ddf66dd985a36d54be71c9 (patch)
tree89a819e62de56902fbdb3b496e6a4d11df0be0e6
parentpython-utils-r1.eclass: Eliminate virtual/pypy (diff)
downloadgentoo-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>
-rw-r--r--eclass/python-r1.eclass2
-rw-r--r--eclass/python-single-r1.eclass2
2 files changed, 2 insertions, 2 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
diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass
index f042bf4e1167..b82c3a29f5c4 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