diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-12-16 09:03:04 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-12-16 09:03:23 -0600 |
commit | 8368093fb37161b1958a244eed6c939c952fad69 (patch) | |
tree | 7ddbccefd585bd39882f742b91c5f378eb20c2f5 /www-apps | |
parent | sys-devel/binutils: revbump, 2.41 patchlevel 4 (diff) | |
download | gentoo-8368093fb37161b1958a244eed6c939c952fad69.tar.gz gentoo-8368093fb37161b1958a244eed6c939c952fad69.tar.bz2 gentoo-8368093fb37161b1958a244eed6c939c952fad69.zip |
www-apps/icingaweb2: stabilize 2.12.1 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/icingaweb2/icingaweb2-2.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |