diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-13 14:15:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-13 14:42:37 +0200 |
commit | 77ada1e561e8bc6343759327af8ea52365b38eb3 (patch) | |
tree | 73222af34e77230fad7ddaab11f07f4e3ba5c450 /app-misc | |
parent | app-crypt/libu2f-host: Use acct-group/plugdev (diff) | |
download | gentoo-77ada1e561e8bc6343759327af8ea52365b38eb3.tar.gz gentoo-77ada1e561e8bc6343759327af8ea52365b38eb3.tar.bz2 gentoo-77ada1e561e8bc6343759327af8ea52365b38eb3.zip |
app-misc/solaar: Use acct-group/plugdev
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/solaar/solaar-0.9.2-r3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/solaar/solaar-0.9.2-r3.ebuild b/app-misc/solaar/solaar-0.9.2-r3.ebuild index bf8511866786..55fc4c787a27 100644 --- a/app-misc/solaar/solaar-0.9.2-r3.ebuild +++ b/app-misc/solaar/solaar-0.9.2-r3.ebuild @@ -4,7 +4,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_5,3_6} ) -inherit distutils-r1 udev user linux-info gnome2-utils +inherit distutils-r1 udev linux-info gnome2-utils DESCRIPTION="A Linux device manager for Logitech's Unifying Receiver peripherals" HOMEPAGE="https://pwr.github.com/Solaar/" @@ -15,7 +15,9 @@ SLOT="0" KEYWORDS="amd64 ~arm x86" IUSE="doc" -RDEPEND=">=dev-python/pyudev-0.13[${PYTHON_USEDEP}] +RDEPEND=" + acct-group/plugdev + >=dev-python/pyudev-0.13[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] x11-libs/gtk+:3[introspection]" @@ -45,8 +47,6 @@ python_install_all() { } pkg_postinst() { - enewgroup plugdev - if [[ -z ${REPLACING_VERSIONS} ]] ; then elog "Users must be in the plugdev group to use this application." fi |