mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
app-admin/logcheck: add sys-apps/debianutils to RDEPEND
Closes: https://bugs.gentoo.org/930785 Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38854 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -28,6 +28,7 @@ RDEPEND="
|
||||
app-misc/lockfile-progs
|
||||
dev-lang/perl
|
||||
dev-perl/mime-construct
|
||||
sys-apps/debianutils
|
||||
virtual/mailx
|
||||
cron? ( sys-apps/util-linux )
|
||||
"
|
||||
@@ -67,7 +68,7 @@ src_install() {
|
||||
|
||||
if use cron; then
|
||||
exeinto /etc/cron.hourly
|
||||
newexe "${FILESDIR}"/"${PN}"-r4.cron ${PN}
|
||||
newexe "${FILESDIR}"/"${PN}"-r5.cron ${PN}
|
||||
insinto /etc/cron.d
|
||||
newins "${FILESDIR}"/${PN}.cron.d ${PN}
|
||||
DOC_CONTENTS="${DOC_CONTENTS}\n
|
||||
Reference in New Issue
Block a user