diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-05 16:46:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-05 17:21:02 +0100 |
commit | 41883a1f37f5a3f19e826b51bf235356183fbb68 (patch) | |
tree | b8801b495e327a389a13a3d7547f509d2342de41 /app-pda | |
parent | app-pda/libimobiledevice: Silence pymighelper false positive (diff) | |
download | gentoo-41883a1f37f5a3f19e826b51bf235356183fbb68.tar.gz gentoo-41883a1f37f5a3f19e826b51bf235356183fbb68.tar.bz2 gentoo-41883a1f37f5a3f19e826b51bf235356183fbb68.zip |
app-pda/libplist: Silence pymighelper false positive
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/libplist/libplist-2.0.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-pda/libplist/libplist-2.0.0.ebuild b/app-pda/libplist/libplist-2.0.0.ebuild index 37e0c7cd5e80..c1aa521a377c 100644 --- a/app-pda/libplist/libplist-2.0.0.ebuild +++ b/app-pda/libplist/libplist-2.0.0.ebuild @@ -43,7 +43,8 @@ src_configure() { } do_configure_python() { - PYTHON_LDFLAGS="$(python_get_LIBS)" do_configure "$@" + local -x PYTHON_LDFLAGS="$(python_get_LIBS)" + do_configure "$@" } do_configure --without-cython |