diff options
author | 2023-08-16 15:39:44 -0400 | |
---|---|---|
committer | 2023-08-16 15:40:19 -0400 | |
commit | 75358cead992cc1081f4dd728bce053251fb1491 (patch) | |
tree | de01bf8bf9e5a919abd0a05c929f4421bf25bfe5 /sys-process | |
parent | dev-ruby/fileutils: new package, add 1.7.1 (diff) | |
download | gentoo-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.ebuild | 2 |
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 } |