Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyudev/
Date: Thu, 10 Aug 2017 16:53:59
Message-Id: 1502384029.40c77bc6a91a2e41bc640d5739da30c41d53ef94.mgorny@gentoo
1 commit: 40c77bc6a91a2e41bc640d5739da30c41d53ef94
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 10 13:27:58 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 10 16:53:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c77bc6
7
8 dev-python/pyudev: Fix missing || around pyside REQ_USE
9
10 dev-python/pyudev/pyudev-0.20.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/pyudev/pyudev-0.20.0.ebuild b/dev-python/pyudev/pyudev-0.20.0.ebuild
14 index 7151171a71a..0cd4b838061 100644
15 --- a/dev-python/pyudev/pyudev-0.20.0.ebuild
16 +++ b/dev-python/pyudev/pyudev-0.20.0.ebuild
17 @@ -37,7 +37,7 @@ PATCHES=(
18 )
19
20 REQUIRED_USE="pygobject? ( || ( $(python_gen_useflags 'python2*') ) )
21 - pyside? ( $(python_gen_useflags '!(python3_3)') )"
22 + pyside? ( || ( $(python_gen_useflags '!(python3_3)') ) )"
23
24 python_prepare_all() {
25 if use test; then