summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-08 12:53:10 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-09 22:31:49 +0200
commit7f89f20d5dc3b810da97f41088c831ae02164eb4 (patch)
tree3c3cd75f676d561f7379e680c494a93b85eaeb70 /dev-lang/python
parentdev-lang/python-exec: Enable python3.11 support (diff)
downloadgentoo-7f89f20d5dc3b810da97f41088c831ae02164eb4.tar.gz
gentoo-7f89f20d5dc3b810da97f41088c831ae02164eb4.tar.bz2
gentoo-7f89f20d5dc3b810da97f41088c831ae02164eb4.zip
dev-lang/python: Add python-exec dep to 3.11.0_beta1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python')
-rw-r--r--dev-lang/python/python-3.11.0_beta1-r1.ebuild (renamed from dev-lang/python/python-3.11.0_beta1.ebuild)3
1 files changed, 1 insertions, 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
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/./_}(-)]
"