commit: 8a769342be99560761d1cbb790d52a3bca8f3520
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 06:02:30 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 06:03:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a769342
dev-lang/python: Uncomment the python-exec RDEP in 3.13.0-r100
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-lang/python/python-3.13.0-r100.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-lang/python/python-3.13.0-r100.ebuild
b/dev-lang/python/python-3.13.0-r100.ebuild
index 6c37fb5a26d7..7c26e550c713 100644
--- a/dev-lang/python/python-3.13.0-r100.ebuild
+++ b/dev-lang/python/python-3.13.0-r100.ebuild
@@ -99,11 +99,11 @@ BDEPEND="
RDEPEND+="
!build? ( app-misc/mime-types )
"
-#if [[ ${PV} != *_alpha* ]]; then
-# RDEPEND+="
-# dev-lang/python-exec[python_targets_python${PYVER/./_}(-)]
-# "
-#fi
+if [[ ${PV} != *_alpha* ]]; then
+ RDEPEND+="
+ dev-lang/python-exec[python_targets_python${PYVER/./_}(-)]
+ "
+fi
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/python.org.asc