commit: 40c77bc6a91a2e41bc640d5739da30c41d53ef94
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 10 13:27:58 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 10 16:53:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c77bc6
dev-python/pyudev: Fix missing || around pyside REQ_USE
dev-python/pyudev/pyudev-0.20.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyudev/pyudev-0.20.0.ebuild
b/dev-python/pyudev/pyudev-0.20.0.ebuild
index 7151171a71a..0cd4b838061 100644
--- 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