Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2/
Date: Mon, 01 Aug 2022 03:13:57
Message-Id: 1659323629.ba4b694cbc16d66ad4708f8b5291819b5cd53ba3.prometheanfire@gentoo
1 commit: ba4b694cbc16d66ad4708f8b5291819b5cd53ba3
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 1 03:13:14 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 1 03:13:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4b694c
7
8 www-apps/icingaweb2: 2.11.0 stable amd64/x86
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 www-apps/icingaweb2/icingaweb2-2.11.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-apps/icingaweb2/icingaweb2-2.11.0.ebuild b/www-apps/icingaweb2/icingaweb2-2.11.0.ebuild
17 index 078757090855..859522be43f0 100644
18 --- a/www-apps/icingaweb2/icingaweb2-2.11.0.ebuild
19 +++ b/www-apps/icingaweb2/icingaweb2-2.11.0.ebuild
20 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]];then
21 EGIT_BRANCH="master"
22 else
23 SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~x86"
25 + KEYWORDS="amd64 x86"
26 fi
27
28 LICENSE="GPL-2"