From dfa91850347a9ff476c06e994d6572f3492e7044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakov=20Smoli=C4=87?= Date: Sat, 25 Sep 2021 10:59:28 +0200 Subject: [PATCH] dev-libs/libxml2: Revert "Fix cross-compilation with USE=python" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Attempted soultion was wrong because the script executes Python at a given path which can't work if it was compiled for a different architecture. This reverts commit 7963aaf058ccd97431c4852244a8685056235e11. Bug: https://bugs.gentoo.org/582130 Signed-off-by: Jakov Smolić --- dev-libs/libxml2/libxml2-2.9.12-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libxml2/libxml2-2.9.12-r5.ebuild b/dev-libs/libxml2/libxml2-2.9.12-r5.ebuild index f7802bf5e680a..7fc0cfe3b050b 100644 --- a/dev-libs/libxml2/libxml2-2.9.12-r5.ebuild +++ b/dev-libs/libxml2/libxml2-2.9.12-r5.ebuild @@ -165,7 +165,7 @@ multilib_src_configure() { # Odd build system, also see bug #582130 run_in_build_dir libxml2_configure \ - "--with-python=${ESYSROOT}/${PYTHON}" + "--with-python=${EPYTHON}" \ "--with-python-install-dir=$(python_get_sitedir)" }