commit: 8368093fb37161b1958a244eed6c939c952fad69 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sat Dec 16 15:03:04 2023 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sat Dec 16 15:03:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8368093f
www-apps/icingaweb2: stabilize 2.12.1 for amd64, x86 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> www-apps/icingaweb2/icingaweb2-2.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/icingaweb2/icingaweb2-2.12.1.ebuild b/www-apps/icingaweb2/icingaweb2-2.12.1.ebuild index 882211be2144..0a0ddca0fee2 100644 --- a/www-apps/icingaweb2/icingaweb2-2.12.1.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.12.1.ebuild @@ -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 ~x86" + KEYWORDS="amd64 x86" fi LICENSE="GPL-2"