Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy-exe/
Date: Mon, 30 Dec 2019 12:59:21
Message-Id: 1577710741.6a02896e519132506f62d590239eeaf4393fcd74.mgorny@gentoo
1 commit: 6a02896e519132506f62d590239eeaf4393fcd74
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 12:35:23 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 12:59:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a02896e
7
8 dev-python/pypy-exe: Eliminate pypy-bin dep
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pypy-exe/pypy-exe-7.3.0.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild b/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild
16 index 42f8b1978c5..cc4207c6f89 100644
17 --- a/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild
18 +++ b/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild
19 @@ -30,7 +30,6 @@ DEPEND="${RDEPEND}
20 !low-memory? (
21 || (
22 dev-python/pypy
23 - dev-python/pypy-bin
24 (
25 dev-lang/python:2.7
26 dev-python/pycparser[python_targets_python2_7(-),python_single_target_python2_7(+)]
27 @@ -42,7 +41,7 @@ check_env() {
28 if use low-memory; then
29 if ! python_is_installed pypy; then
30 eerror "USE=low-memory requires a (possibly old) version of dev-python/pypy"
31 - eerror "or dev-python/pypy-bin being installed. Please install it using e.g.:"
32 + eerror "being installed. Please install it using e.g.:"
33 eerror
34 eerror " $ emerge -1v dev-python/pypy dev-python/pypy-exe-bin"
35 eerror