diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-07-31 22:13:14 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-07-31 22:13:49 -0500 |
commit | ba4b694cbc16d66ad4708f8b5291819b5cd53ba3 (patch) | |
tree | d7a7c0f9cc4522d9b49ace355cd78dfc0377db4e /www-apps/icingaweb2 | |
parent | net-analyzer/icinga2: 2.13.4 stable amd64/x86 (diff) | |
download | gentoo-ba4b694cbc16d66ad4708f8b5291819b5cd53ba3.tar.gz gentoo-ba4b694cbc16d66ad4708f8b5291819b5cd53ba3.tar.bz2 gentoo-ba4b694cbc16d66ad4708f8b5291819b5cd53ba3.zip |
www-apps/icingaweb2: 2.11.0 stable amd64/x86
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'www-apps/icingaweb2')
-rw-r--r-- | www-apps/icingaweb2/icingaweb2-2.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/icingaweb2/icingaweb2-2.11.0.ebuild b/www-apps/icingaweb2/icingaweb2-2.11.0.ebuild index 078757090855..859522be43f0 100644 --- a/www-apps/icingaweb2/icingaweb2-2.11.0.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.11.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" |