From c6b24b0d440bebede58eed6b9e5c5aa8dc0a19ca Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 15 May 2024 16:18:58 +0200 Subject: dev-lang/python: Default 3.13 to build with assertions for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-lang/python/python-3.13.0_beta1_p1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} )" -- cgit v1.2.3-65-gdbad