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/
Date: Sun, 09 Jan 2022 08:09:14
Message-Id: 1641715746.17a8affd24bc85d8e2249ff1ec56e6f824a599b3.mgorny@gentoo
1 commit: 17a8affd24bc85d8e2249ff1ec56e6f824a599b3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 31 08:46:20 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 08:09:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a8affd
7
8 dev-python/pypy3: Depend on python-exec[python_targets_pypy3]
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pypy3/{pypy3-7.3.7.ebuild => pypy3-7.3.7-r1.ebuild} | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/pypy3/pypy3-7.3.7.ebuild b/dev-python/pypy3/pypy3-7.3.7-r1.ebuild
16 similarity index 98%
17 rename from dev-python/pypy3/pypy3-7.3.7.ebuild
18 rename to dev-python/pypy3/pypy3-7.3.7-r1.ebuild
19 index 6b88b1199e43..ccc3af660ca2 100644
20 --- a/dev-python/pypy3/pypy3-7.3.7.ebuild
21 +++ b/dev-python/pypy3/pypy3-7.3.7-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -30,6 +30,7 @@ RDEPEND="
29 >=dev-python/pypy3-exe-${PYPY_PV}:${PYPY_PV}[bzip2?,ncurses?]
30 >=dev-python/pypy3-exe-bin-${PYPY_PV}:${PYPY_PV}
31 )
32 + dev-lang/python-exec[python_targets_pypy3(-)]
33 dev-libs/openssl:0=
34 gdbm? ( sys-libs/gdbm:0= )
35 sqlite? ( dev-db/sqlite:3= )