diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-01-15 13:45:39 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-01-15 13:45:39 -0600 |
commit | c8fe862178fe815c70023c8c65688d0655594088 (patch) | |
tree | 01882d7a3642936aee2f523f3b64311adc6f649d /www-apps/icingaweb2 | |
parent | www-client/opera-beta: remove old (diff) | |
download | gentoo-c8fe862178fe815c70023c8c65688d0655594088.tar.gz gentoo-c8fe862178fe815c70023c8c65688d0655594088.tar.bz2 gentoo-c8fe862178fe815c70023c8c65688d0655594088.zip |
www-apps/icingaweb2: stabilize 2.11.3 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.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/icingaweb2/icingaweb2-2.11.3.ebuild b/www-apps/icingaweb2/icingaweb2-2.11.3.ebuild index 60f9756ef763..947ab19c3d4b 100644 --- a/www-apps/icingaweb2/icingaweb2-2.11.3.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.11.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" |