commit: 16f51eb30eafaf765b9d2a03c6bd7837b6e3073e Author: Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com> AuthorDate: Wed Oct 2 21:25:01 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 6 08:32:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f51eb3
app-admin/logcheck: add sys-apps/debianutils to RDEPEND Closes: https://bugs.gentoo.org/930785 Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38854 Signed-off-by: Sam James <sam <AT> gentoo.org> app-admin/logcheck/files/{logcheck-r4.cron => logcheck-r5.cron} | 0 .../logcheck/{logcheck-1.4.3-r4.ebuild => logcheck-1.4.3-r5.ebuild} | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app-admin/logcheck/files/logcheck-r4.cron b/app-admin/logcheck/files/logcheck-r5.cron similarity index 100% rename from app-admin/logcheck/files/logcheck-r4.cron rename to 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 similarity index 97% rename from app-admin/logcheck/logcheck-1.4.3-r4.ebuild rename to 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
