dev-python/pyudev: Fix missing || around pyside REQ_USE

This commit is contained in:
Michał Górny
2017-08-10 15:27:58 +02:00
parent 87c99323e5
commit 40c77bc6a9

View 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