projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1708e9d
)
app-pda/libplist: Only enforce Python targets when USE=python
author
James Le Cuirot
<chewi@gentoo.org>
Sat, 21 Mar 2020 21:36:40 +0000
(21:36 +0000)
committer
James Le Cuirot
<chewi@gentoo.org>
Sat, 21 Mar 2020 21:36:40 +0000
(21:36 +0000)
Package-Manager: Portage-2.3.94, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
app-pda/libplist/libplist-2.1.0.ebuild
patch
|
blob
|
history
diff --git
a/app-pda/libplist/libplist-2.1.0.ebuild
b/app-pda/libplist/libplist-2.1.0.ebuild
index 5b2907fffddc97c314c67d2c59792a7360618ae3..c3222d61087545ec2f611c8ae6722e81670b550e 100644
(file)
--- a/
app-pda/libplist/libplist-2.1.0.ebuild
+++ b/
app-pda/libplist/libplist-2.1.0.ebuild
@@
-22,7
+22,7
@@
BDEPEND="
python? ( >=dev-python/cython-0.17[${PYTHON_USEDEP}] )
"
-REQUIRED_USE="
${PYTHON_REQUIRED_USE}
"
+REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
"
DOCS=( AUTHORS NEWS README.md )