projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87c9932
)
dev-python/pyudev: Fix missing || around pyside REQ_USE
author
Michał Górny
<mgorny@gentoo.org>
Thu, 10 Aug 2017 13:27:58 +0000
(15:27 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 10 Aug 2017 16:53:49 +0000
(18:53 +0200)
dev-python/pyudev/pyudev-0.20.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pyudev/pyudev-0.20.0.ebuild
b/dev-python/pyudev/pyudev-0.20.0.ebuild
index 7151171a71aa672e9ca9b3b6b257dfe202286bb0..0cd4b83806128de1f2c8caa32c376abf2997adbc 100644
(file)
--- a/
dev-python/pyudev/pyudev-0.20.0.ebuild
+++ b/
dev-python/pyudev/pyudev-0.20.0.ebuild
@@
-37,7
+37,7
@@
PATCHES=(
)
REQUIRED_USE="pygobject? ( || ( $(python_gen_useflags 'python2*') ) )
- pyside? (
$(python_gen_useflags '!(python3_3)'
) )"
+ pyside? (
|| ( $(python_gen_useflags '!(python3_3)')
) )"
python_prepare_all() {
if use test; then