projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1485d08
)
app-pda/libplist: Silence pymighelper false positive
author
Michał Górny
<mgorny@gentoo.org>
Thu, 5 Mar 2020 15:46:49 +0000
(16:46 +0100)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/app-pda/libplist/libplist-2.0.0.ebuild
b/app-pda/libplist/libplist-2.0.0.ebuild
index 37e0c7cd5e80628eaf42374fbd80a1a412e26ca4..c1aa521a377c977fbaf8ee88e148e95d0b7d9d58 100644
(file)
--- 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