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: app-misc/solaar/
Date: Fri, 13 Sep 2019 12:58:59
Message-Id: 1568378557.77ada1e561e8bc6343759327af8ea52365b38eb3.mgorny@gentoo
1 commit: 77ada1e561e8bc6343759327af8ea52365b38eb3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 13 12:15:56 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 13 12:42:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ada1e5
7
8 app-misc/solaar: Use acct-group/plugdev
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-misc/solaar/solaar-0.9.2-r3.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/app-misc/solaar/solaar-0.9.2-r3.ebuild b/app-misc/solaar/solaar-0.9.2-r3.ebuild
16 index bf851186678..55fc4c787a2 100644
17 --- a/app-misc/solaar/solaar-0.9.2-r3.ebuild
18 +++ b/app-misc/solaar/solaar-0.9.2-r3.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=5
21 PYTHON_COMPAT=( python{2_7,3_5,3_6} )
22
23 -inherit distutils-r1 udev user linux-info gnome2-utils
24 +inherit distutils-r1 udev linux-info gnome2-utils
25
26 DESCRIPTION="A Linux device manager for Logitech's Unifying Receiver peripherals"
27 HOMEPAGE="https://pwr.github.com/Solaar/"
28 @@ -15,7 +15,9 @@ SLOT="0"
29 KEYWORDS="amd64 ~arm x86"
30 IUSE="doc"
31
32 -RDEPEND=">=dev-python/pyudev-0.13[${PYTHON_USEDEP}]
33 +RDEPEND="
34 + acct-group/plugdev
35 + >=dev-python/pyudev-0.13[${PYTHON_USEDEP}]
36 dev-python/pygobject:3[${PYTHON_USEDEP}]
37 x11-libs/gtk+:3[introspection]"
38
39 @@ -45,8 +47,6 @@ python_install_all() {
40 }
41
42 pkg_postinst() {
43 - enewgroup plugdev
44 -
45 if [[ -z ${REPLACING_VERSIONS} ]] ; then
46 elog "Users must be in the plugdev group to use this application."
47 fi