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-lang/python/
Date: Mon, 09 May 2022 20:33:44
Message-Id: 1652128309.7f89f20d5dc3b810da97f41088c831ae02164eb4.mgorny@gentoo
1 commit: 7f89f20d5dc3b810da97f41088c831ae02164eb4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 8 10:53:10 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 9 20:31:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f89f20d
7
8 dev-lang/python: Add python-exec dep to 3.11.0_beta1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{python-3.11.0_beta1.ebuild => python-3.11.0_beta1-r1.ebuild} | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-lang/python/python-3.11.0_beta1.ebuild b/dev-lang/python/python-3.11.0_beta1-r1.ebuild
16 similarity index 99%
17 rename from dev-lang/python/python-3.11.0_beta1.ebuild
18 rename to dev-lang/python/python-3.11.0_beta1-r1.ebuild
19 index 856edae9f10c..b26c9312a617 100644
20 --- a/dev-lang/python/python-3.11.0_beta1.ebuild
21 +++ b/dev-lang/python/python-3.11.0_beta1-r1.ebuild
22 @@ -79,8 +79,7 @@ BDEPEND="
23 RDEPEND+="
24 !build? ( app-misc/mime-types )
25 "
26 -# TODO: enable this after adding eclass support
27 -if [[ ${PV} != *_alpha* ]] && false; then
28 +if [[ ${PV} != *_alpha* ]]; then
29 RDEPEND+="
30 dev-lang/python-exec[python_targets_python${PYVER/./_}(-)]
31 "