summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Freeman <rich0@gentoo.org>2023-08-16 15:39:44 -0400
committerRichard Freeman <rich0@gentoo.org>2023-08-16 15:40:19 -0400
commit75358cead992cc1081f4dd728bce053251fb1491 (patch)
treede01bf8bf9e5a919abd0a05c929f4421bf25bfe5 /sys-process
parentdev-ruby/fileutils: new package, add 1.7.1 (diff)
downloadgentoo-75358cead992cc1081f4dd728bce053251fb1491.tar.gz
gentoo-75358cead992cc1081f4dd728bce053251fb1491.tar.bz2
gentoo-75358cead992cc1081f4dd728bce053251fb1491.zip
sys-process/systemd-cron: catch configure errors in future
Signed-off-by: Richard Freeman <rich0@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/systemd-cron/systemd-cron-1.16.7-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}