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"