diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-21 13:58:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-21 14:44:03 +0200 |
commit | e888b47ca6c7eabecd2911e7762b023f48b59e06 (patch) | |
tree | e1b94760446d4f4ecf28fd1247bbf4c80d71785d /dev-lang | |
parent | sys-devel/gcc: drop old 15 snapshots (diff) | |
download | gentoo-e888b47ca6c7eabecd2911e7762b023f48b59e06.tar.gz gentoo-e888b47ca6c7eabecd2911e7762b023f48b59e06.tar.bz2 gentoo-e888b47ca6c7eabecd2911e7762b023f48b59e06.zip |
dev-lang/python: Explicitly pass --with-system-libmpdec to 3.13
While this is the default now, explicitly pass it for consistency.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-3.13.0_beta1_p2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.13.0_beta1_p2.ebuild b/dev-lang/python/python-3.13.0_beta1_p2.ebuild index 2b6b7179aa75..242a3b4165af 100644 --- a/dev-lang/python/python-3.13.0_beta1_p2.ebuild +++ b/dev-lang/python/python-3.13.0_beta1_p2.ebuild @@ -303,6 +303,7 @@ src_configure() { --without-ensurepip --without-lto --with-system-expat + --with-system-libmpdec --with-platlibdir=lib --with-pkg-config=yes --with-wheel-pkg-dir="${EPREFIX}"/usr/lib/python/ensurepip |