Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/tuigreet/
Date: Mon, 05 Sep 2022 12:37:31
Message-Id: 1662381434.5275475d166d132e74b02eab668fc2a5f24160fa.juippis@gentoo
1 commit: 5275475d166d132e74b02eab668fc2a5f24160fa
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 12:25:55 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 12:37:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5275475d
7
8 gui-apps/tuigreet: add missing acct-{group,user} deps
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 gui-apps/tuigreet/tuigreet-0.8.0.ebuild | 5 ++++-
13 gui-apps/tuigreet/tuigreet-9999.ebuild | 5 ++++-
14 2 files changed, 8 insertions(+), 2 deletions(-)
15
16 diff --git a/gui-apps/tuigreet/tuigreet-0.8.0.ebuild b/gui-apps/tuigreet/tuigreet-0.8.0.ebuild
17 index 0190a8c84c4b..d0bb334b2f62 100644
18 --- a/gui-apps/tuigreet/tuigreet-0.8.0.ebuild
19 +++ b/gui-apps/tuigreet/tuigreet-0.8.0.ebuild
20 @@ -150,7 +150,10 @@ LICENSE="Apache-2.0 Boost-1.0 GPL-3 MIT"
21 SLOT="0"
22 KEYWORDS="~amd64 ~ppc64 ~riscv"
23
24 -RDEPEND="gui-libs/greetd"
25 +RDEPEND="acct-group/greetd
26 + acct-user/greetd
27 + gui-libs/greetd"
28 +DEPEND="${RDEPEND}"
29
30 src_install() {
31 dodir /var/cache/${PN}
32
33 diff --git a/gui-apps/tuigreet/tuigreet-9999.ebuild b/gui-apps/tuigreet/tuigreet-9999.ebuild
34 index ac34ba7607c4..bd8f1fac25a2 100644
35 --- a/gui-apps/tuigreet/tuigreet-9999.ebuild
36 +++ b/gui-apps/tuigreet/tuigreet-9999.ebuild
37 @@ -33,7 +33,10 @@ QA_FLAGS_IGNORED="usr/bin/tuigreet"
38 LICENSE="Apache-2.0 Boost-1.0 GPL-3 MIT"
39 SLOT="0"
40
41 -RDEPEND="gui-libs/greetd"
42 +RDEPEND="acct-group/greetd
43 + acct-user/greetd
44 + gui-libs/greetd"
45 +DEPEND="${RDEPEND}"
46
47 src_install() {
48 dodir /var/cache/${PN}