From 814951cbf2af2db5feb2b859193716245606f45f Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 11 May 2025 02:46:03 +0100 Subject: [PATCH] net-analyzer/icinga2: Stabilize 2.14.5 x86, #955809 Signed-off-by: Sam James --- net-analyzer/icinga2/icinga2-2.14.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/icinga2/icinga2-2.14.5.ebuild b/net-analyzer/icinga2/icinga2-2.14.5.ebuild index 0715e3ed4825d..1a7ec31a528e8 100644 --- a/net-analyzer/icinga2/icinga2-2.14.5.ebuild +++ b/net-analyzer/icinga2/icinga2-2.14.5.ebuild @@ -7,7 +7,7 @@ inherit cmake eapi9-ver 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"