diff options
author | 2019-07-27 09:55:12 -0400 | |
---|---|---|
committer | 2019-07-29 12:14:33 -0400 | |
commit | 017f5211af48f90d9b659a541d6cda1a28060999 (patch) | |
tree | 9156987b7d2df22d204e8805f3ee84487d83940b /sys-apps/systemd/systemd-242-r6.ebuild | |
parent | acct-group/utmp: new group (406) (diff) | |
download | gentoo-017f5211af48f90d9b659a541d6cda1a28060999.tar.gz gentoo-017f5211af48f90d9b659a541d6cda1a28060999.tar.bz2 gentoo-017f5211af48f90d9b659a541d6cda1a28060999.zip |
sys-apps/systemd: use more acct-group packages
Package-Manager: Portage-2.3.69_p3, Repoman-2.3.16_p12
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/systemd/systemd-242-r6.ebuild')
-rw-r--r-- | sys-apps/systemd/systemd-242-r6.ebuild | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/sys-apps/systemd/systemd-242-r6.ebuild b/sys-apps/systemd/systemd-242-r6.ebuild index ddab71ac353b..21fd6ed84c4d 100644 --- a/sys-apps/systemd/systemd-242-r6.ebuild +++ b/sys-apps/systemd/systemd-242-r6.ebuild @@ -16,7 +16,7 @@ fi PYTHON_COMPAT=( python{3_5,3_6,3_7} ) -inherit bash-completion-r1 linux-info meson multilib-minimal ninja-utils pam python-any-r1 systemd toolchain-funcs udev user +inherit bash-completion-r1 linux-info meson multilib-minimal ninja-utils pam python-any-r1 systemd toolchain-funcs udev DESCRIPTION="System and service manager for Linux" HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd" @@ -72,6 +72,20 @@ DEPEND="${COMMON_DEPEND} # baselayout-2.2 has /run RDEPEND="${COMMON_DEPEND} + acct-group/adm + acct-group/wheel + acct-group/kmem + acct-group/tty + acct-group/utmp + acct-group/audio + acct-group/cdrom + acct-group/dialout + acct-group/disk + acct-group/input + acct-group/kvm + acct-group/render + acct-group/tape + acct-group/video acct-group/systemd-journal acct-user/systemd-journal-remote acct-user/systemd-coredump @@ -433,10 +447,6 @@ pkg_preinst() { } pkg_postinst() { - enewgroup input - enewgroup kvm 78 - enewgroup render - systemd_update_catalog # Keep this here in case the database format changes so it gets updated |