From: Michał Górny Date: Thu, 5 Mar 2020 15:46:26 +0000 (+0100) Subject: app-pda/libimobiledevice: Silence pymighelper false positive X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1485d085ffd975c913420d977e7330051bad72a8;p=gentoo.git app-pda/libimobiledevice: Silence pymighelper false positive Signed-off-by: Michał Górny --- 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