dev-python/pyudev: Fix missing || around pyside REQ_USE
authorMichał Górny <mgorny@gentoo.org>
Thu, 10 Aug 2017 13:27:58 +0000 (15:27 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 10 Aug 2017 16:53:49 +0000 (18:53 +0200)
dev-python/pyudev/pyudev-0.20.0.ebuild

index 7151171a71aa672e9ca9b3b6b257dfe202286bb0..0cd4b83806128de1f2c8caa32c376abf2997adbc 100644 (file)
@@ -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