summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2024-01-21 11:08:48 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2024-01-21 11:09:43 -0600
commit443d5d5c3b63b3958ada8766aa8464f3fc65a9b4 (patch)
tree91d285cd1ff45ebaab61010cc296c652d157939c /net-analyzer/icinga2
parentsys-kernel/gentoo-kernel-bin: Stabilize 5.15.147 arm64, #922628 (diff)
downloadgentoo-443d5d5c3b63b3958ada8766aa8464f3fc65a9b4.tar.gz
gentoo-443d5d5c3b63b3958ada8766aa8464f3fc65a9b4.tar.bz2
gentoo-443d5d5c3b63b3958ada8766aa8464f3fc65a9b4.zip
net-analyzer/icinga2: stabilize 2.13.9 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-analyzer/icinga2')
-rw-r--r--net-analyzer/icinga2/icinga2-2.13.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.13.9.ebuild b/net-analyzer/icinga2/icinga2-2.13.9.ebuild
index ff31fb2aa214..1ce211b79dc7 100644
--- a/net-analyzer/icinga2/icinga2-2.13.9.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.13.9.ebuild
@@ -7,7 +7,7 @@ inherit cmake systemd
if [[ ${PV} != 9999 ]]; then
SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm64 x86"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/Icinga/icinga2.git"