dev-python/pypy3-exe: virtual/pypy → dev-python/pypy
authorMichał Górny <mgorny@gentoo.org>
Mon, 30 Dec 2019 12:34:30 +0000 (13:34 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 30 Dec 2019 12:59:00 +0000 (13:59 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild

index d5c7abffda28537375292edb5a6145ec3e5aa68e..09209ec712536c11f5098fdf36a418f238bbf497 100644 (file)
@@ -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