commit: 878cce2d01827c24c9f8006dafbf2e7090e04fc5
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Thu May 22 18:59:11 2025 +0000
Commit: orbea <orbea <AT> riseup <DOT> net>
CommitDate: Thu May 22 18:59:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=878cce2d
dev-lang/python: sync ::gentoo
Signed-off-by: orbea <orbea <AT> riseup.net>
dev-lang/python/python-3.10.17.ebuild | 1 -
dev-lang/python/python-3.11.12.ebuild | 1 -
dev-lang/python/python-3.12.10.ebuild | 3 ---
dev-lang/python/python-3.13.3.ebuild | 3 ---
dev-lang/python/python-3.9.22.ebuild | 1 -
5 files changed, 9 deletions(-)
diff --git a/dev-lang/python/python-3.10.17.ebuild
b/dev-lang/python/python-3.10.17.ebuild
index a1d1ba7..5a9ec0c 100644
--- a/dev-lang/python/python-3.10.17.ebuild
+++ b/dev-lang/python/python-3.10.17.ebuild
@@ -219,7 +219,6 @@ src_configure() {
einfo "Disabled modules: ${PYTHON_DISABLE_MODULES}"
fi
- append-flags -fwrapv
filter-flags -malign-double
# Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
diff --git a/dev-lang/python/python-3.11.12.ebuild
b/dev-lang/python/python-3.11.12.ebuild
index b00f183..7ee2f12 100644
--- a/dev-lang/python/python-3.11.12.ebuild
+++ b/dev-lang/python/python-3.11.12.ebuild
@@ -209,7 +209,6 @@ src_configure() {
local -x ac_cv_header_bluetooth_bluetooth_h=no
fi
- append-flags -fwrapv
filter-flags -malign-double
# Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
diff --git a/dev-lang/python/python-3.12.10.ebuild
b/dev-lang/python/python-3.12.10.ebuild
index da99afd..c9f64ae 100644
--- a/dev-lang/python/python-3.12.10.ebuild
+++ b/dev-lang/python/python-3.12.10.ebuild
@@ -212,7 +212,6 @@ src_configure() {
local -x ac_cv_header_bluetooth_bluetooth_h=no
fi
- append-flags -fwrapv
filter-flags -malign-double
# Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
@@ -407,9 +406,7 @@ src_configure() {
$(use_with valgrind)
)
- # https://bugs.gentoo.org/700012
if tc-is-lto; then
- append-cflags $(test-flags-CC -ffat-lto-objects)
myeconfargs+=(
--with-lto
)
diff --git a/dev-lang/python/python-3.13.3.ebuild
b/dev-lang/python/python-3.13.3.ebuild
index 49c324a..12f61f5 100644
--- a/dev-lang/python/python-3.13.3.ebuild
+++ b/dev-lang/python/python-3.13.3.ebuild
@@ -247,7 +247,6 @@ src_configure() {
local -x ac_cv_header_bluetooth_bluetooth_h=no
fi
- append-flags -fwrapv
filter-flags -malign-double
# Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.
@@ -432,9 +431,7 @@ src_configure() {
$(use_with valgrind)
)
- # https://bugs.gentoo.org/700012
if tc-is-lto; then
- append-cflags $(test-flags-CC -ffat-lto-objects)
myeconfargs+=(
--with-lto
)
diff --git a/dev-lang/python/python-3.9.22.ebuild
b/dev-lang/python/python-3.9.22.ebuild
index 607b915..266b455 100644
--- a/dev-lang/python/python-3.9.22.ebuild
+++ b/dev-lang/python/python-3.9.22.ebuild
@@ -151,7 +151,6 @@ src_configure() {
einfo "Disabled modules: ${PYTHON_DISABLE_MODULES}"
fi
- append-flags -fwrapv
filter-flags -malign-double
# Export CXX so it ends up in /usr/lib/python3.X/config/Makefile.