commit: 75358cead992cc1081f4dd728bce053251fb1491
Author: Richard Freeman <rich0 <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 19:39:44 2023 +0000
Commit: Richard Freeman <rich0 <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 19:40:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75358cea
sys-process/systemd-cron: catch configure errors in future
Signed-off-by: Richard Freeman <rich0 <AT> gentoo.org>
sys-process/systemd-cron/systemd-cron-1.16.7-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/systemd-cron/systemd-cron-1.16.7-r1.ebuild
b/sys-process/systemd-cron/systemd-cron-1.16.7-r1.ebuild
index c94d705a9f69..9971a8609893 100644
--- a/sys-process/systemd-cron/systemd-cron-1.16.7-r1.ebuild
+++ b/sys-process/systemd-cron/systemd-cron-1.16.7-r1.ebuild
@@ -76,7 +76,7 @@ src_configure() {
$(my_use_enable yearly) \
$(my_use_enable yearly quarterly) \
$(my_use_enable yearly semi_annually) \
- $(my_use_enable setgid)
+ $(my_use_enable setgid) || die
export CRONTAB=crontab-systemd
}