diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-05 16:46:26 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-05 17:21:01 +0100 |
commit | 1485d085ffd975c913420d977e7330051bad72a8 (patch) | |
tree | a13c5b194ac22683b53b775ff6ae72973e8c3f6c /app-pda/libimobiledevice | |
parent | media-radio/flamp: bump, EAPI bump (diff) | |
download | gentoo-1485d085ffd975c913420d977e7330051bad72a8.tar.gz gentoo-1485d085ffd975c913420d977e7330051bad72a8.tar.bz2 gentoo-1485d085ffd975c913420d977e7330051bad72a8.zip |
app-pda/libimobiledevice: Silence pymighelper false positive
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-pda/libimobiledevice')
-rw-r--r-- | app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |