Skip to content

Commit

Permalink
gui-apps/tuigreet: add missing acct-{group,user} deps
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
juippis committed Sep 5, 2022
1 parent 1cee0cc commit 5275475
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion gui-apps/tuigreet/tuigreet-0.8.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,10 @@ LICENSE="Apache-2.0 Boost-1.0 GPL-3 MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~riscv"

RDEPEND="gui-libs/greetd"
RDEPEND="acct-group/greetd
acct-user/greetd
gui-libs/greetd"
DEPEND="${RDEPEND}"

src_install() {
dodir /var/cache/${PN}
Expand Down
5 changes: 4 additions & 1 deletion gui-apps/tuigreet/tuigreet-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ QA_FLAGS_IGNORED="usr/bin/tuigreet"
LICENSE="Apache-2.0 Boost-1.0 GPL-3 MIT"
SLOT="0"

RDEPEND="gui-libs/greetd"
RDEPEND="acct-group/greetd
acct-user/greetd
gui-libs/greetd"
DEPEND="${RDEPEND}"

src_install() {
dodir /var/cache/${PN}
Expand Down

0 comments on commit 5275475

Please sign in to comment.