diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-02-27 22:58:15 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-02-27 22:58:26 -0600 |
commit | 6288222b78c06792ba231978e29571b40ae91fd4 (patch) | |
tree | 56e152789b5deacff9a17bc0c9bbc75922f637a5 /www-apps/icingaweb2 | |
parent | sys-apps/less: drop 618_beta, 623_beta (diff) | |
download | gentoo-6288222b78c06792ba231978e29571b40ae91fd4.tar.gz gentoo-6288222b78c06792ba231978e29571b40ae91fd4.tar.bz2 gentoo-6288222b78c06792ba231978e29571b40ae91fd4.zip |
www-apps/icingaweb2: stabilize 2.11.4 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.11.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/icingaweb2/icingaweb2-2.11.4.ebuild b/www-apps/icingaweb2/icingaweb2-2.11.4.ebuild index 98d89648bfc1..947ab19c3d4b 100644 --- a/www-apps/icingaweb2/icingaweb2-2.11.4.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.11.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" |