commit: c62652bc942f179d53c765d25d1d140c7452f389 Author: Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com> AuthorDate: Sat Sep 30 06:55:08 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Oct 2 06:31:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c62652bc
app-admin/logcheck: add RDEPEND on app-admin/sudo if USE="cron" is set Closes: https://bugs.gentoo.org/914850 Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33132 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> .../logcheck/{logcheck-1.4.3-r1.ebuild => logcheck-1.4.3-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-admin/logcheck/logcheck-1.4.3-r1.ebuild b/app-admin/logcheck/logcheck-1.4.3-r2.ebuild similarity index 98% rename from app-admin/logcheck/logcheck-1.4.3-r1.ebuild rename to app-admin/logcheck/logcheck-1.4.3-r2.ebuild index 76743bb9b220..5331024d608a 100644 --- a/app-admin/logcheck/logcheck-1.4.3-r1.ebuild +++ b/app-admin/logcheck/logcheck-1.4.3-r2.ebuild @@ -29,6 +29,7 @@ RDEPEND=" dev-lang/perl dev-perl/mime-construct virtual/mailx + cron? ( app-admin/sudo ) " DOC_CONTENTS="
