Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/libplist/
Date: Thu, 05 Mar 2020 16:21:11
Message-Id: 1583425262.41883a1f37f5a3f19e826b51bf235356183fbb68.mgorny@gentoo
1 commit: 41883a1f37f5a3f19e826b51bf235356183fbb68
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 5 15:46:49 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 5 16:21:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41883a1f
7
8 app-pda/libplist: Silence pymighelper false positive
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-pda/libplist/libplist-2.0.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/app-pda/libplist/libplist-2.0.0.ebuild b/app-pda/libplist/libplist-2.0.0.ebuild
16 index 37e0c7cd5e8..c1aa521a377 100644
17 --- a/app-pda/libplist/libplist-2.0.0.ebuild
18 +++ b/app-pda/libplist/libplist-2.0.0.ebuild
19 @@ -43,7 +43,8 @@ src_configure() {
20 }
21
22 do_configure_python() {
23 - PYTHON_LDFLAGS="$(python_get_LIBS)" do_configure "$@"
24 + local -x PYTHON_LDFLAGS="$(python_get_LIBS)"
25 + do_configure "$@"
26 }
27
28 do_configure --without-cython