diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-04-24 22:36:41 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-04-24 22:36:41 -0500 |
commit | c8dacbad816b36140fd5469d45a89a768918c1dd (patch) | |
tree | 21f6393fae4561c40aa45237efe9fbeb7d529892 /www-apps | |
parent | sys-devel/binutils-hppa64: more dies (diff) | |
download | gentoo-c8dacbad816b36140fd5469d45a89a768918c1dd.tar.gz gentoo-c8dacbad816b36140fd5469d45a89a768918c1dd.tar.bz2 gentoo-c8dacbad816b36140fd5469d45a89a768918c1dd.zip |
www-apps/icingaweb2: 2.10.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')
-rw-r--r-- | www-apps/icingaweb2/icingaweb2-2.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/icingaweb2/icingaweb2-2.10.0.ebuild b/www-apps/icingaweb2/icingaweb2-2.10.0.ebuild index 1c12f98d4b39..eb5a96a535d5 100644 --- a/www-apps/icingaweb2/icingaweb2-2.10.0.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.10.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" |