From 14b9811efcf786cfecfeacdd0868a02733d8803a Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Thu, 6 Mar 2025 21:21:35 +0200 Subject: [PATCH] www-apps/icingaweb2: Stabilize 2.12.1-r2 x86, #947510 Signed-off-by: Arthur Zamarin --- www-apps/icingaweb2/icingaweb2-2.12.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/icingaweb2/icingaweb2-2.12.1-r2.ebuild b/www-apps/icingaweb2/icingaweb2-2.12.1-r2.ebuild index 7f5f7240b238e..18cb0b3b9c4c1 100644 --- a/www-apps/icingaweb2/icingaweb2-2.12.1-r2.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.12.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]];then EGIT_BRANCH="master" else SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64 x86" fi LICENSE="GPL-2"