From af9cb1a731dc203bb1a161ffd7c6ef000030f3aa Mon Sep 17 00:00:00 2001 From: "Haelwenn (lanodan) Monnier" Date: Wed, 20 Oct 2021 14:13:01 +0200 Subject: sys-auth/seatd: Apply seat group fix on live ebuild Signed-off-by: Haelwenn (lanodan) Monnier Signed-off-by: Arthur Zamarin --- sys-auth/seatd/seatd-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys-auth') diff --git a/sys-auth/seatd/seatd-9999.ebuild b/sys-auth/seatd/seatd-9999.ebuild index 8513ea785669..2c8b264374b9 100644 --- a/sys-auth/seatd/seatd-9999.ebuild +++ b/sys-auth/seatd/seatd-9999.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() { -- cgit v1.2.3-65-gdbad