diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-11 13:44:37 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-11 14:21:14 -0600 |
commit | b0e5467362e6129e834923fb7dbaa298c9dc69ad (patch) | |
tree | 0bb8faf6eeaaa4a21175eeca3a4b86ab3a7e1d25 /www-apps/icingaweb2 | |
parent | app-emulation/diskimage-builder: 3.16.0 stable amd64/x86 with cleanup (diff) | |
download | gentoo-b0e5467362e6129e834923fb7dbaa298c9dc69ad.tar.gz gentoo-b0e5467362e6129e834923fb7dbaa298c9dc69ad.tar.bz2 gentoo-b0e5467362e6129e834923fb7dbaa298c9dc69ad.zip |
www-apps/icingaweb2: 2.9.4 stable amd64/x86
Package-Manager: Portage-3.0.28, 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.9.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/icingaweb2/icingaweb2-2.9.4.ebuild b/www-apps/icingaweb2/icingaweb2-2.9.4.ebuild index dcfe13e3b7d0..977d8fee7bb4 100644 --- a/www-apps/icingaweb2/icingaweb2-2.9.4.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.9.4.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" |