summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2024-01-21 11:09:21 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2024-01-21 11:09:44 -0600
commit6e74f7818fa598af9aa48e0384acea5659e2a2f7 (patch)
tree8d21d678ebb3b74e1cc7ff413e029ca6aeecd9f5 /net-analyzer
parentnet-analyzer/icinga2: stabilize 2.13.9 for amd64, x86 (diff)
downloadgentoo-6e74f7818fa598af9aa48e0384acea5659e2a2f7.tar.gz
gentoo-6e74f7818fa598af9aa48e0384acea5659e2a2f7.tar.bz2
gentoo-6e74f7818fa598af9aa48e0384acea5659e2a2f7.zip
net-analyzer/icinga2: stabilize 2.14.1 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/icinga2/icinga2-2.14.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.14.1.ebuild b/net-analyzer/icinga2/icinga2-2.14.1.ebuild
index ff31fb2aa214..1ce211b79dc7 100644
--- a/net-analyzer/icinga2/icinga2-2.14.1.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.14.1.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"