diff options
author | Jory Pratt <anarchy@gentoo.org> | 2019-04-10 00:13:10 -0500 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2019-04-10 00:13:27 -0500 |
commit | 7d41c6b260fe4bee9f6f3b76b00d27a6becb34d9 (patch) | |
tree | 790c7cd08868e702753ee13a7af8c587805ac21a /sys-fs/eudev | |
parent | dev-python/python-glanceclient: 2.16.0 bump (diff) | |
download | gentoo-7d41c6b260fe4bee9f6f3b76b00d27a6becb34d9.tar.gz gentoo-7d41c6b260fe4bee9f6f3b76b00d27a6becb34d9.tar.bz2 gentoo-7d41c6b260fe4bee9f6f3b76b00d27a6becb34d9.zip |
sys-fs/eudev: create kvm/render group
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'sys-fs/eudev')
-rw-r--r-- | sys-fs/eudev/eudev-3.2.7-r2.ebuild (renamed from sys-fs/eudev/eudev-3.2.7-r1.ebuild) | 4 | ||||
-rw-r--r-- | sys-fs/eudev/eudev-9999.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-fs/eudev/eudev-3.2.7-r1.ebuild b/sys-fs/eudev/eudev-3.2.7-r2.ebuild index 63a4096b3f0d..21b78a5bbe09 100644 --- a/sys-fs/eudev/eudev-3.2.7-r1.ebuild +++ b/sys-fs/eudev/eudev-3.2.7-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -190,6 +190,8 @@ pkg_postinst() { # https://bugs.gentoo.org/246847 # https://bugs.gentoo.org/514174 enewgroup input + enewgroup kvm 78 + enewgroup render # REPLACING_VERSIONS should only ever have zero or 1 values but in case it doesn't, # process it as a list. We only care about the zero case (new install) or the case where diff --git a/sys-fs/eudev/eudev-9999.ebuild b/sys-fs/eudev/eudev-9999.ebuild index 63a4096b3f0d..21b78a5bbe09 100644 --- a/sys-fs/eudev/eudev-9999.ebuild +++ b/sys-fs/eudev/eudev-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -190,6 +190,8 @@ pkg_postinst() { # https://bugs.gentoo.org/246847 # https://bugs.gentoo.org/514174 enewgroup input + enewgroup kvm 78 + enewgroup render # REPLACING_VERSIONS should only ever have zero or 1 values but in case it doesn't, # process it as a list. We only care about the zero case (new install) or the case where |