summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-0.3.14.0_beta2_p1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/python-0.3.14.0_beta2_p1.ebuild')
-rw-r--r--dev-lang/python/python-0.3.14.0_beta2_p1.ebuild15
1 files changed, 2 insertions, 13 deletions
diff --git a/dev-lang/python/python-0.3.14.0_beta2_p1.ebuild b/dev-lang/python/python-0.3.14.0_beta2_p1.ebuild
index bddc1e3c60f4..c5ef5b138ba7 100644
--- a/dev-lang/python/python-0.3.14.0_beta2_p1.ebuild
+++ b/dev-lang/python/python-0.3.14.0_beta2_p1.ebuild
@@ -3,12 +3,10 @@
EAPI="8"
-LLVM_COMPAT=( 19 )
-LLVM_OPTIONAL=1
VERIFY_SIG_METHOD=sigstore
WANT_LIBTOOL="none"
-inherit autotools check-reqs flag-o-matic linux-info llvm-r1
+inherit autotools check-reqs flag-o-matic linux-info
inherit multiprocessing pax-utils python-utils-r1 toolchain-funcs
inherit verify-sig
@@ -36,10 +34,9 @@ LICENSE="PSF-2"
SLOT="${PYVER}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
IUSE="
- bluetooth build debug +ensurepip examples gdbm jit
+ bluetooth build debug +ensurepip examples gdbm
libedit +ncurses pgo +readline +sqlite +ssl tail-call-interp test tk valgrind
"
-REQUIRED_USE="jit? ( ${LLVM_REQUIRED_USE} )"
RESTRICT="!test? ( test )"
# Do not add a dependency on dev-lang/python to this ebuild.
@@ -90,12 +87,6 @@ BDEPEND="
dev-build/autoconf-archive
app-alternatives/awk
virtual/pkgconfig
- jit? (
- $(llvm_gen_dep '
- llvm-core/clang:${LLVM_SLOT}
- llvm-core/llvm:${LLVM_SLOT}
- ')
- )
"
RDEPEND+="
!build? ( app-misc/mime-types )
@@ -136,7 +127,6 @@ pkg_pretend() {
pkg_setup() {
if [[ ${MERGE_TYPE} != binary ]]; then
- use jit && llvm-r1_pkg_setup
if use test || use pgo; then
check-reqs_pkg_setup
@@ -417,7 +407,6 @@ src_configure() {
--disable-gil
$(use_with debug assertions)
- $(use_enable jit experimental-jit)
$(use_enable pgo optimizations)
$(use_with readline readline "$(usex libedit editline readline)")
$(use_with tail-call-interp)