dev-python/pypy-exe: Eliminate pypy-bin dep
authorMichał Górny <mgorny@gentoo.org>
Mon, 30 Dec 2019 12:35:23 +0000 (13:35 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 30 Dec 2019 12:59:01 +0000 (13:59 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pypy-exe/pypy-exe-7.3.0.ebuild

index 42f8b1978c5189fe3b80a5648a58eba38ec75547..cc4207c6f8936846eb9541f1d79b6e50acf7995c 100644 (file)
@@ -30,7 +30,6 @@ DEPEND="${RDEPEND}
        !low-memory? (
                || (
                        dev-python/pypy
-                       dev-python/pypy-bin
                        (
                                dev-lang/python:2.7
                                dev-python/pycparser[python_targets_python2_7(-),python_single_target_python2_7(+)]
@@ -42,7 +41,7 @@ check_env() {
        if use low-memory; then
                if ! python_is_installed pypy; then
                        eerror "USE=low-memory requires a (possibly old) version of dev-python/pypy"
-                       eerror "or dev-python/pypy-bin being installed. Please install it using e.g.:"
+                       eerror "being installed. Please install it using e.g.:"
                        eerror
                        eerror "  $ emerge -1v dev-python/pypy dev-python/pypy-exe-bin"
                        eerror