commit: 8c472982df0ed218b80f6055f8b5a5a57170d905 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jan 11 14:44:41 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jan 11 14:44:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c472982
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 <AT> gentoo.org> dev-lang/python/python-3.12.0_alpha4.ebuild | 1 - 1 file changed, 1 deletion(-) 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
