diff options
author | Giuseppe Foti <foti.giuseppe@gmail.com> | 2024-10-02 23:25:01 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-06 09:32:51 +0100 |
commit | 16f51eb30eafaf765b9d2a03c6bd7837b6e3073e (patch) | |
tree | 3081eaf6a0b5a17bfbe4b982efa4ee916d35f0d3 /app-admin | |
parent | dev-ruby/activesupport: Stabilize 6.1.7.8 amd64, #940926 (diff) | |
download | gentoo-16f51eb30eafaf765b9d2a03c6bd7837b6e3073e.tar.gz gentoo-16f51eb30eafaf765b9d2a03c6bd7837b6e3073e.tar.bz2 gentoo-16f51eb30eafaf765b9d2a03c6bd7837b6e3073e.zip |
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>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/logcheck/files/logcheck-r5.cron (renamed from app-admin/logcheck/files/logcheck-r4.cron) | 0 | ||||
-rw-r--r-- | app-admin/logcheck/logcheck-1.4.3-r5.ebuild (renamed from app-admin/logcheck/logcheck-1.4.3-r4.ebuild) | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/logcheck/files/logcheck-r4.cron b/app-admin/logcheck/files/logcheck-r5.cron index 1a8809ffe154..1a8809ffe154 100644 --- a/app-admin/logcheck/files/logcheck-r4.cron +++ b/app-admin/logcheck/files/logcheck-r5.cron diff --git a/app-admin/logcheck/logcheck-1.4.3-r4.ebuild b/app-admin/logcheck/logcheck-1.4.3-r5.ebuild index 0cd2197b813f..66580814a200 100644 --- a/app-admin/logcheck/logcheck-1.4.3-r4.ebuild +++ b/app-admin/logcheck/logcheck-1.4.3-r5.ebuild @@ -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 |