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/pypy3-exe/
Date: Mon, 30 Dec 2019 12:59:21
Message-Id: 1577710740.874791558c2c5aeb36dd0bd4a5c193643f8f5794.mgorny@gentoo
1 commit: 874791558c2c5aeb36dd0bd4a5c193643f8f5794
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 12:34:30 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 12:59:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87479155
7
8 dev-python/pypy3-exe: virtual/pypy → dev-python/pypy
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild b/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild
16 index d5c7abffda2..09209ec7125 100644
17 --- a/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild
18 +++ b/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild
19 @@ -26,10 +26,10 @@ RDEPEND=">=sys-libs/zlib-1.1.3:0=
20 ncurses? ( sys-libs/ncurses:0= )
21 !dev-python/pypy3-exe-bin:${PV}"
22 DEPEND="${RDEPEND}
23 - low-memory? ( virtual/pypy )
24 + low-memory? ( dev-python/pypy )
25 !low-memory? (
26 || (
27 - virtual/pypy
28 + dev-python/pypy
29 (
30 dev-lang/python:2.7
31 dev-python/pycparser[python_targets_python2_7(-),python_single_target_python2_7(+)]
32 @@ -65,7 +65,7 @@ pkg_setup() {
33 else
34 einfo "Using ${EPYTHON:-python2} to perform the translation. Please note that upstream"
35 einfo "recommends using PyPy for that. If you wish to do so, please install"
36 - einfo "virtual/pypy and ensure that EPYTHON variable is unset."
37 + einfo "dev-python/pypy and ensure that EPYTHON variable is unset."
38 fi
39
40 python-any-r1_pkg_setup