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: Tue, 28 Feb 2023 04:58:32
Message-Id: 1677560306.6288222b78c06792ba231978e29571b40ae91fd4.prometheanfire@gentoo
1 commit: 6288222b78c06792ba231978e29571b40ae91fd4
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 04:58:15 2023 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 04:58:26 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6288222b
7
8 www-apps/icingaweb2: stabilize 2.11.4 for amd64, x86
9
10 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
11
12 www-apps/icingaweb2/icingaweb2-2.11.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-apps/icingaweb2/icingaweb2-2.11.4.ebuild b/www-apps/icingaweb2/icingaweb2-2.11.4.ebuild
16 index 98d89648bfc1..947ab19c3d4b 100644
17 --- a/www-apps/icingaweb2/icingaweb2-2.11.4.ebuild
18 +++ b/www-apps/icingaweb2/icingaweb2-2.11.4.ebuild
19 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]];then
20 EGIT_BRANCH="master"
21 else
22 SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~x86"
24 + KEYWORDS="amd64 x86"
25 fi
26
27 LICENSE="GPL-2"