From 52818dbc3bba7a0e02769a76dc82b4fbc57f6d48 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sat, 14 May 2022 13:21:47 -0500 Subject: [PATCH] net-analyzer/icinga2: 2.13.3 stable amd64/x86 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthew Thode --- net-analyzer/icinga2/icinga2-2.13.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/icinga2/icinga2-2.13.3.ebuild b/net-analyzer/icinga2/icinga2-2.13.3.ebuild index d9cef157f92bf..39584c5c24c31 100644 --- a/net-analyzer/icinga2/icinga2-2.13.3.ebuild +++ b/net-analyzer/icinga2/icinga2-2.13.3.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"