diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-10-20 14:13:01 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-23 16:00:11 +0300 |
commit | af9cb1a731dc203bb1a161ffd7c6ef000030f3aa (patch) | |
tree | 2837828d93ab93bc82131fe4f2a2143dcd44e924 /sys-auth | |
parent | dev-lang/fpc: Drop unused flag description (diff) | |
download | gentoo-af9cb1a731dc203bb1a161ffd7c6ef000030f3aa.tar.gz gentoo-af9cb1a731dc203bb1a161ffd7c6ef000030f3aa.tar.bz2 gentoo-af9cb1a731dc203bb1a161ffd7c6ef000030f3aa.zip |
sys-auth/seatd: Apply seat group fix on live ebuild
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/seatd/seatd-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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() { |