diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-15 09:53:25 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-15 09:55:41 +0300 |
commit | 85d5086241fbe3e066170636cd5d34a636f0bb2d (patch) | |
tree | 2e950460328ff8b4b7fe1804734ffcd2d983e0c2 /sys-auth | |
parent | acct-group/seat: initial import (diff) | |
download | gentoo-85d5086241fbe3e066170636cd5d34a636f0bb2d.tar.gz gentoo-85d5086241fbe3e066170636cd5d34a636f0bb2d.tar.bz2 gentoo-85d5086241fbe3e066170636cd5d34a636f0bb2d.zip |
sys-auth/seatd: server depends on seat group
The seatd server is running as seat group, so when installing with
USE="server", rdepend on acct-group/seat
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/seatd/seatd-0.6.2-r1.ebuild (renamed from sys-auth/seatd/seatd-0.6.2.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-auth/seatd/seatd-0.6.2.ebuild b/sys-auth/seatd/seatd-0.6.2-r1.ebuild index 8513ea785669..2c8b264374b9 100644 --- a/sys-auth/seatd/seatd-0.6.2.ebuild +++ b/sys-auth/seatd/seatd-0.6.2-r1.ebuild @@ -23,7 +23,9 @@ DEPEND=" elogind? ( sys-auth/elogind ) systemd? ( sys-apps/systemd ) " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + server? ( acct-group/seat ) +" BDEPEND=">=app-text/scdoc-1.9.7" src_configure() { |