summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-15 16:18:58 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-15 16:18:58 +0200
commitc6b24b0d440bebede58eed6b9e5c5aa8dc0a19ca (patch)
treef44ad7d45c80b54afae7f47694529d9919bee47f
parentdev-lang/python: Add a warning for experimental flags (diff)
downloadgentoo-c6b24b0d440bebede58eed6b9e5c5aa8dc0a19ca.tar.gz
gentoo-c6b24b0d440bebede58eed6b9e5c5aa8dc0a19ca.tar.bz2
gentoo-c6b24b0d440bebede58eed6b9e5c5aa8dc0a19ca.zip
dev-lang/python: Default 3.13 to build with assertions for now
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-lang/python/python-3.13.0_beta1_p1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.13.0_beta1_p1.ebuild b/dev-lang/python/python-3.13.0_beta1_p1.ebuild
index 07234f97460a..2b6b7179aa75 100644
--- a/dev-lang/python/python-3.13.0_beta1_p1.ebuild
+++ b/dev-lang/python/python-3.13.0_beta1_p1.ebuild
@@ -33,7 +33,7 @@ LICENSE="PSF-2"
SLOT="${PYVER}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
IUSE="
- bluetooth build debug +ensurepip examples gdbm +gil jit libedit
+ bluetooth build +debug +ensurepip examples gdbm +gil jit libedit
+ncurses pgo +readline +sqlite +ssl test tk valgrind
"
REQUIRED_USE="jit? ( ${LLVM_REQUIRED_USE} )"