summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Freeman <rich0@gentoo.org>2024-05-09 06:50:57 -0400
committerRichard Freeman <rich0@gentoo.org>2024-05-09 06:52:44 -0400
commit650a30d52a41b06a9b5687c43d9e075f58066710 (patch)
treea216009280daae25f2dfcd50d1a7032982185221 /sys-process
parentapp-containers/conmon: use bash redirect instead of tee to write VERSION (diff)
downloadgentoo-650a30d52a41b06a9b5687c43d9e075f58066710.tar.gz
gentoo-650a30d52a41b06a9b5687c43d9e075f58066710.tar.bz2
gentoo-650a30d52a41b06a9b5687c43d9e075f58066710.zip
sys-process/systemd-cron: stabilize 2.4.0 for amd64
Bug: https://bugs.gentoo.org/931626 Signed-off-by: Richard Freeman <rich0@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/systemd-cron/systemd-cron-2.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/systemd-cron/systemd-cron-2.4.0.ebuild b/sys-process/systemd-cron/systemd-cron-2.4.0.ebuild
index 00738f1c0e07..293661ce4869 100644
--- a/sys-process/systemd-cron/systemd-cron-2.4.0.ebuild
+++ b/sys-process/systemd-cron/systemd-cron-2.4.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/systemd-cron/${PN}/archive/v${PV}.tar.gz -> systemd-
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="cron-boot etc-crontab-systemd minutely +runparts setgid yearly"
# We can't run the unshare tests within sandbox/with low privs, and the
# 'test-nounshare' target just does static analysis (shellcheck etc).