diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-11 15:44:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-11 15:44:41 +0100 |
commit | 8c472982df0ed218b80f6055f8b5a5a57170d905 (patch) | |
tree | 048059a90e5f2ceea4864566f287cf7000cb119e /dev-lang/python | |
parent | linux-mod.eclass: Fix MODULESD_* for hyphenated modules (diff) | |
download | gentoo-8c472982df0ed218b80f6055f8b5a5a57170d905.tar.gz gentoo-8c472982df0ed218b80f6055f8b5a5a57170d905.tar.bz2 gentoo-8c472982df0ed218b80f6055f8b5a5a57170d905.zip |
dev-lang/python: Remove obsolete --with-system-ffi in 3.12.0_alpha4
System libffi is now used unconditionally, so stop passing the relevant
option.
Closes: https://bugs.gentoo.org/890455
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/python-3.12.0_alpha4.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.12.0_alpha4.ebuild b/dev-lang/python/python-3.12.0_alpha4.ebuild index 19b2b6530687..93317e0a722a 100644 --- a/dev-lang/python/python-3.12.0_alpha4.ebuild +++ b/dev-lang/python/python-3.12.0_alpha4.ebuild @@ -199,7 +199,6 @@ src_configure() { --enable-loadable-sqlite-extensions --without-ensurepip --with-system-expat - --with-system-ffi --with-platlibdir=lib --with-pkg-config=yes --with-wheel-pkg-dir="${EPREFIX}"/usr/lib/python/ensurepip |