app-pda/libplist: Silence pymighelper false positive
authorMichał Górny <mgorny@gentoo.org>
Thu, 5 Mar 2020 15:46:49 +0000 (16:46 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 5 Mar 2020 16:21:02 +0000 (17:21 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-pda/libplist/libplist-2.0.0.ebuild

index 37e0c7cd5e80628eaf42374fbd80a1a412e26ca4..c1aa521a377c977fbaf8ee88e148e95d0b7d9d58 100644 (file)
@@ -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