diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-10-22 12:38:04 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-10-22 12:38:04 -0500 |
commit | b8a2ca7af4a86a3858446e14fc50654c38e47bc2 (patch) | |
tree | 23e9eab6551a0920f8953c298d335f95d3f6392d /www-apps/icingaweb2 | |
parent | dev-libs/icinga-php-thirdparty: stabilize 0.12.0 for amd64, x86 (diff) | |
download | gentoo-b8a2ca7af4a86a3858446e14fc50654c38e47bc2.tar.gz gentoo-b8a2ca7af4a86a3858446e14fc50654c38e47bc2.tar.bz2 gentoo-b8a2ca7af4a86a3858446e14fc50654c38e47bc2.zip |
www-apps/icingaweb2: stabilize 2.12.0 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'www-apps/icingaweb2')
-rw-r--r-- | www-apps/icingaweb2/icingaweb2-2.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/icingaweb2/icingaweb2-2.12.0.ebuild b/www-apps/icingaweb2/icingaweb2-2.12.0.ebuild index 882211be2144..0a0ddca0fee2 100644 --- a/www-apps/icingaweb2/icingaweb2-2.12.0.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.12.0.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" |