summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2022-09-13 11:31:37 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2022-09-13 11:31:37 -0500
commite7471f9d1a23eb8d78528e33315d33a53772cec4 (patch)
tree899c7c74d5ae506a470d012d3e60e5b582def9a2 /net-analyzer
parentapp-misc/resolve-march-native: 2.1.0 (diff)
downloadgentoo-e7471f9d1a23eb8d78528e33315d33a53772cec4.tar.gz
gentoo-e7471f9d1a23eb8d78528e33315d33a53772cec4.tar.bz2
gentoo-e7471f9d1a23eb8d78528e33315d33a53772cec4.zip
net-analyzer/icinga2: stabilize 2.13.5 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/icinga2/icinga2-2.13.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.13.5.ebuild b/net-analyzer/icinga2/icinga2-2.13.5.ebuild
index 2c5482fe5a8f..b95acf553b6c 100644
--- a/net-analyzer/icinga2/icinga2-2.13.5.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.13.5.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"