commit: c66b74303dc1292ac24677af472acde2a86c67f7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 6 19:43:02 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 6 19:43:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c66b7430
dev-lang/python: drop leftover debugging append-flags
Fixes: 3478cabb5f94e9d90ae1ed9e3f7909a1146aa471
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-lang/python/python-3.10.8_p3.ebuild | 1 -
dev-lang/python/python-3.11.0_p2.ebuild | 1 -
dev-lang/python/python-3.12.0_alpha2.ebuild | 1 -
dev-lang/python/python-3.8.15_p3.ebuild | 1 -
dev-lang/python/python-3.9.15_p3.ebuild | 1 -
5 files changed, 5 deletions(-)
diff --git a/dev-lang/python/python-3.10.8_p3.ebuild
b/dev-lang/python/python-3.10.8_p3.ebuild
index bb439f4a2c0e..e491313aed70 100644
--- a/dev-lang/python/python-3.10.8_p3.ebuild
+++ b/dev-lang/python/python-3.10.8_p3.ebuild
@@ -232,7 +232,6 @@ src_configure() {
if tc-is-cross-compiler ; then
# Hack to workaround get_libdir not being able to handle
CBUILD, bug #794181
local cbuild_libdir=$(unset PKG_CONFIG_PATH ;
$(tc-getBUILD_PKG_CONFIG) --keep-system-libs --libs-only-L libffi)
- append-flags "${cbuild_libdir}"
# pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
# propagated to sysconfig for built extensions
diff --git a/dev-lang/python/python-3.11.0_p2.ebuild
b/dev-lang/python/python-3.11.0_p2.ebuild
index a5b25008d1ca..4eb6b8b120b6 100644
--- a/dev-lang/python/python-3.11.0_p2.ebuild
+++ b/dev-lang/python/python-3.11.0_p2.ebuild
@@ -221,7 +221,6 @@ src_configure() {
if tc-is-cross-compiler ; then
# Hack to workaround get_libdir not being able to handle
CBUILD, bug #794181
local cbuild_libdir=$(unset PKG_CONFIG_PATH ;
$(tc-getBUILD_PKG_CONFIG) --keep-system-libs --libs-only-L libffi)
- append-flags "${cbuild_libdir}"
# pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
# propagated to sysconfig for built extensions
diff --git a/dev-lang/python/python-3.12.0_alpha2.ebuild
b/dev-lang/python/python-3.12.0_alpha2.ebuild
index 75b1ec9ee990..6a277535661c 100644
--- a/dev-lang/python/python-3.12.0_alpha2.ebuild
+++ b/dev-lang/python/python-3.12.0_alpha2.ebuild
@@ -217,7 +217,6 @@ src_configure() {
if tc-is-cross-compiler ; then
# Hack to workaround get_libdir not being able to handle
CBUILD, bug #794181
local cbuild_libdir=$(unset PKG_CONFIG_PATH ;
$(tc-getBUILD_PKG_CONFIG) --keep-system-libs --libs-only-L libffi)
- append-flags "${cbuild_libdir}"
# pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
# propagated to sysconfig for built extensions
diff --git a/dev-lang/python/python-3.8.15_p3.ebuild
b/dev-lang/python/python-3.8.15_p3.ebuild
index 282fad56251f..39a9badeb2d6 100644
--- a/dev-lang/python/python-3.8.15_p3.ebuild
+++ b/dev-lang/python/python-3.8.15_p3.ebuild
@@ -186,7 +186,6 @@ src_configure() {
if tc-is-cross-compiler ; then
# Hack to workaround get_libdir not being able to handle
CBUILD, bug #794181
local cbuild_libdir=$(unset PKG_CONFIG_PATH ;
$(tc-getBUILD_PKG_CONFIG) --keep-system-libs --libs-only-L libffi)
- append-flags "${cbuild_libdir}"
# pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
# propagated to sysconfig for built extensions
diff --git a/dev-lang/python/python-3.9.15_p3.ebuild
b/dev-lang/python/python-3.9.15_p3.ebuild
index 4153d0130a07..eff2605e1374 100644
--- a/dev-lang/python/python-3.9.15_p3.ebuild
+++ b/dev-lang/python/python-3.9.15_p3.ebuild
@@ -226,7 +226,6 @@ src_configure() {
if tc-is-cross-compiler ; then
# Hack to workaround get_libdir not being able to handle
CBUILD, bug #794181
local cbuild_libdir=$(unset PKG_CONFIG_PATH ;
$(tc-getBUILD_PKG_CONFIG) --keep-system-libs --libs-only-L libffi)
- append-flags "${cbuild_libdir}"
# pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
# propagated to sysconfig for built extensions