Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/seatd/
Date: Fri, 15 Oct 2021 06:55:50
Message-Id: 1634280941.85d5086241fbe3e066170636cd5d34a636f0bb2d.arthurzam@gentoo
1 commit: 85d5086241fbe3e066170636cd5d34a636f0bb2d
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 15 06:53:25 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 06:55:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d50862
7
8 sys-auth/seatd: server depends on seat group
9
10 The seatd server is running as seat group, so when installing with
11 USE="server", rdepend on acct-group/seat
12
13 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
14
15 sys-auth/seatd/{seatd-0.6.2.ebuild => seatd-0.6.2-r1.ebuild} | 4 +++-
16 1 file changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/sys-auth/seatd/seatd-0.6.2.ebuild b/sys-auth/seatd/seatd-0.6.2-r1.ebuild
19 similarity index 96%
20 rename from sys-auth/seatd/seatd-0.6.2.ebuild
21 rename to sys-auth/seatd/seatd-0.6.2-r1.ebuild
22 index 8513ea78566..2c8b264374b 100644
23 --- a/sys-auth/seatd/seatd-0.6.2.ebuild
24 +++ b/sys-auth/seatd/seatd-0.6.2-r1.ebuild
25 @@ -23,7 +23,9 @@ DEPEND="
26 elogind? ( sys-auth/elogind )
27 systemd? ( sys-apps/systemd )
28 "
29 -RDEPEND="${DEPEND}"
30 +RDEPEND="${DEPEND}
31 + server? ( acct-group/seat )
32 +"
33 BDEPEND=">=app-text/scdoc-1.9.7"
34
35 src_configure() {