acct-user/logcheck: add missing conditional RDEPEND on acct-group/systemd-journal

Thanks to Guiseppe Foti for reporting this.

Signed-off-by: Florian Schmaus <flow@gentoo.org>
Reported-by: Giuseppe Foti <foti.giuseppe@gmail.com>
This commit is contained in:
Florian Schmaus
2023-07-28 08:56:46 +02:00
parent c372ead7e9
commit c134ecafbe

View File

@@ -11,6 +11,8 @@ IUSE="systemd"
ACCT_USER_GROUPS=( "logcheck" )
ACCT_USER_ID="284"
RDEPEND="systemd? ( acct-group/systemd-journal )"
acct-user_add_deps
pkg_setup() {