summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2022-07-31 22:11:48 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2022-07-31 22:13:48 -0500
commit6856172592bf49f4a233dfa8fa8b6116f0ef764e (patch)
tree2d3564e704ab9775e9e2864290a5c4f023d707fb
parentsys-process/runit: fix indentation (diff)
downloadgentoo-68561725.tar.gz
gentoo-68561725.tar.bz2
gentoo-68561725.zip
net-analyzer/icinga2: 2.13.4 stable amd64/x86
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r--net-analyzer/icinga2/icinga2-2.13.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.13.4.ebuild b/net-analyzer/icinga2/icinga2-2.13.4.ebuild
index d9cef157f92b..39584c5c24c3 100644
--- a/net-analyzer/icinga2/icinga2-2.13.4.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.13.4.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"