mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/pyudev: Fix missing || around pyside REQ_USE
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user