commit: 7f89f20d5dc3b810da97f41088c831ae02164eb4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 8 10:53:10 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 9 20:31:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f89f20d
dev-lang/python: Add python-exec dep to 3.11.0_beta1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{python-3.11.0_beta1.ebuild => python-3.11.0_beta1-r1.ebuild} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-lang/python/python-3.11.0_beta1.ebuild
b/dev-lang/python/python-3.11.0_beta1-r1.ebuild
similarity index 99%
rename from dev-lang/python/python-3.11.0_beta1.ebuild
rename to dev-lang/python/python-3.11.0_beta1-r1.ebuild
index 856edae9f10c..b26c9312a617 100644
--- a/dev-lang/python/python-3.11.0_beta1.ebuild
+++ b/dev-lang/python/python-3.11.0_beta1-r1.ebuild
@@ -79,8 +79,7 @@ BDEPEND="
RDEPEND+="
!build? ( app-misc/mime-types )
"
-# TODO: enable this after adding eclass support
-if [[ ${PV} != *_alpha* ]] && false; then
+if [[ ${PV} != *_alpha* ]]; then
RDEPEND+="
dev-lang/python-exec[python_targets_python${PYVER/./_}(-)]
"