summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.13.13.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/python-3.13.13.ebuild')
-rw-r--r--dev-lang/python/python-3.13.13.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-lang/python/python-3.13.13.ebuild b/dev-lang/python/python-3.13.13.ebuild
index 6fe609a2ca83..8ab67de68c76 100644
--- a/dev-lang/python/python-3.13.13.ebuild
+++ b/dev-lang/python/python-3.13.13.ebuild
@@ -33,7 +33,7 @@ LICENSE="PSF-2"
SLOT="${PYVER}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
IUSE="
- bluetooth debug +ensurepip examples gdbm jit libressl libedit +ncurses pgo
+ bluetooth debug +ensurepip examples gdbm jit libedit +ncurses pgo
+readline +sqlite +ssl test tk valgrind
"
REQUIRED_USE="jit? ( ${LLVM_REQUIRED_USE} )"
@@ -64,8 +64,8 @@ RDEPEND="
)
sqlite? ( >=dev-db/sqlite-3.3.8:3= )
ssl? (
- !libressl? ( >=dev-libs/openssl-1.1.1:= )
- libressl? ( >=dev-libs/libressl-3.9.1:= )
+ >=dev-libs/openssl-1.1.1:=
+
)
tk? (
>=dev-lang/tcl-8.0:=
@@ -370,7 +370,7 @@ src_configure() {
-x test_tools
# Fails with LibreSSL
- # https://github.com/libressl/portable/issues/1133
+ # https://github.com//portable/issues/1133
-x test_hashlib
-x test_ssl
)
@@ -391,7 +391,7 @@ src_configure() {
# a chance for users rebuilding python before glibc
ac_cv_header_stropts_h=no
- # libressl doesn't find hashlib (From OpenBSD)
+ # doesn't find hashlib (From OpenBSD)
ac_cv_working_openssl_hashlib=yes
--enable-shared