From 1485d085ffd975c913420d977e7330051bad72a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 5 Mar 2020 16:46:26 +0100 Subject: [PATCH] app-pda/libimobiledevice: Silence pymighelper false positive MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild index 47a554923260..6b1c60b021b4 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild @@ -71,7 +71,8 @@ src_configure() { do_configure_python() { # Bug 567916 - PYTHON_LDFLAGS="$(python_get_LIBS)" do_configure "$@" + local -x PYTHON_LDFLAGS="$(python_get_LIBS)" + do_configure "$@" } do_configure --without-cython -- 2.26.2