Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyudev/
Date: Thu, 10 May 2018 08:25:26
Message-Id: 1525940552.3d35c96af571478a5a8f6bbcf30c2d82010f29eb.asturm@gentoo
1 commit: 3d35c96af571478a5a8f6bbcf30c2d82010f29eb
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 10 08:22:32 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 10 08:22:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d35c96a
7
8 dev-python/pyudev: Drop USE=pyside
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11
12 dev-python/pyudev/pyudev-0.21.0.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/pyudev/pyudev-0.21.0.ebuild b/dev-python/pyudev/pyudev-0.21.0.ebuild
16 index 5c776f99aa5..03d8a9597aa 100644
17 --- a/dev-python/pyudev/pyudev-0.21.0.ebuild
18 +++ b/dev-python/pyudev/pyudev-0.21.0.ebuild
19 @@ -13,14 +13,15 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20 LICENSE="LGPL-2.1"
21 SLOT="0"
22 KEYWORDS="amd64 arm ~arm64 ~mips ~x86"
23 -IUSE="pygobject qt5 pyside test"
24 +IUSE="pygobject qt5 test"
25 REQUIRED_USE="pygobject? ( || ( $(python_gen_useflags 'python2*') ) )"
26
27 -RDEPEND="virtual/udev
28 +RDEPEND="
29 dev-python/six[${PYTHON_USEDEP}]
30 + virtual/udev
31 pygobject? ( dev-python/pygobject:2[$(python_gen_usedep 'python2*')] )
32 qt5? ( dev-python/PyQt5[${PYTHON_USEDEP}] )
33 - pyside? ( dev-python/pyside[${PYTHON_USEDEP}] )"
34 +"
35 DEPEND="${RDEPEND}
36 dev-python/setuptools[${PYTHON_USEDEP}]
37 test? (