summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-30 13:34:30 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-30 13:59:00 +0100
commit874791558c2c5aeb36dd0bd4a5c193643f8f5794 (patch)
tree1abb195c5c4277be22f212754d2a9aeeba57d8fe /dev-python/pypy3-exe
parentpython*-r1.eclass: Update examples for virtual/pypy removal (diff)
downloadgentoo-874791558c2c5aeb36dd0bd4a5c193643f8f5794.tar.gz
gentoo-874791558c2c5aeb36dd0bd4a5c193643f8f5794.tar.bz2
gentoo-874791558c2c5aeb36dd0bd4a5c193643f8f5794.zip
dev-python/pypy3-exe: virtual/pypy → dev-python/pypy
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypy3-exe')
-rw-r--r--dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild b/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild
index d5c7abffda28..09209ec71253 100644
--- a/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild
+++ b/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild
@@ -26,10 +26,10 @@ RDEPEND=">=sys-libs/zlib-1.1.3:0=
ncurses? ( sys-libs/ncurses:0= )
!dev-python/pypy3-exe-bin:${PV}"
DEPEND="${RDEPEND}
- low-memory? ( virtual/pypy )
+ low-memory? ( dev-python/pypy )
!low-memory? (
|| (
- virtual/pypy
+ dev-python/pypy
(
dev-lang/python:2.7
dev-python/pycparser[python_targets_python2_7(-),python_single_target_python2_7(+)]
@@ -65,7 +65,7 @@ pkg_setup() {
else
einfo "Using ${EPYTHON:-python2} to perform the translation. Please note that upstream"
einfo "recommends using PyPy for that. If you wish to do so, please install"
- einfo "virtual/pypy and ensure that EPYTHON variable is unset."
+ einfo "dev-python/pypy and ensure that EPYTHON variable is unset."
fi
python-any-r1_pkg_setup