diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-10 15:27:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-10 18:53:49 +0200 |
commit | 40c77bc6a91a2e41bc640d5739da30c41d53ef94 (patch) | |
tree | a218cd9c150c1b88b6231e1724d488deaada10d4 /dev-python | |
parent | profiles: Mask dev-python/ipython[test] where [qt4] is masked (diff) | |
download | gentoo-40c77bc6a91a2e41bc640d5739da30c41d53ef94.tar.gz gentoo-40c77bc6a91a2e41bc640d5739da30c41d53ef94.tar.bz2 gentoo-40c77bc6a91a2e41bc640d5739da30c41d53ef94.zip |
dev-python/pyudev: Fix missing || around pyside REQ_USE
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyudev/pyudev-0.20.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyudev/pyudev-0.20.0.ebuild b/dev-python/pyudev/pyudev-0.20.0.ebuild index 7151171a71aa..0cd4b8380612 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 |