commit: 1485d085ffd975c913420d977e7330051bad72a8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 5 15:46:26 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 5 16:21:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1485d085
app-pda/libimobiledevice: Silence pymighelper false positive
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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 47a55492326..6b1c60b021b 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