summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-0.3.13.3_p2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/python-0.3.13.3_p2.ebuild')
-rw-r--r--dev-lang/python/python-0.3.13.3_p2.ebuild15
1 files changed, 2 insertions, 13 deletions
diff --git a/dev-lang/python/python-0.3.13.3_p2.ebuild b/dev-lang/python/python-0.3.13.3_p2.ebuild
index 061ca71e51c1..a600e6a8b9c0 100644
--- a/dev-lang/python/python-0.3.13.3_p2.ebuild
+++ b/dev-lang/python/python-0.3.13.3_p2.ebuild
@@ -3,11 +3,9 @@
EAPI="8"
-LLVM_COMPAT=( 18 )
-LLVM_OPTIONAL=1
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
@@ -35,10 +33,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 test tk valgrind
"
-REQUIRED_USE="jit? ( ${LLVM_REQUIRED_USE} )"
RESTRICT="!test? ( test )"
# Do not add a dependency on dev-lang/python to this ebuild.
@@ -89,12 +86,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}
- ')
- )
verify-sig? ( >=sec-keys/openpgp-keys-python-20221025 )
"
RDEPEND+="
@@ -134,7 +125,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
@@ -415,7 +405,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 valgrind)