Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga2/
Date: Sat, 18 Mar 2023 16:37:13
Message-Id: 1679157323.9646028ce726a940756070ede2338470d12104ba.prometheanfire@gentoo
1 commit: 9646028ce726a940756070ede2338470d12104ba
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 18 16:35:23 2023 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 18 16:35:23 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9646028c
7
8 net-analyzer/icinga2: stabilize 2.13.7 for amd64, x86
9
10 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
11
12 net-analyzer/icinga2/icinga2-2.13.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/icinga2/icinga2-2.13.7.ebuild b/net-analyzer/icinga2/icinga2-2.13.7.ebuild
16 index 06a84427309d..9c5f5a356fe9 100644
17 --- a/net-analyzer/icinga2/icinga2-2.13.7.ebuild
18 +++ b/net-analyzer/icinga2/icinga2-2.13.7.ebuild
19 @@ -7,7 +7,7 @@ inherit cmake systemd
20
21 if [[ ${PV} != 9999 ]]; then
22 SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm64 ~x86"
24 + KEYWORDS="amd64 ~arm64 x86"
25 else
26 inherit git-r3
27 EGIT_REPO_URI="https://github.com/Icinga/icinga2.git"