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: Tue, 13 Sep 2022 16:31:51
Message-Id: 1663086697.e7471f9d1a23eb8d78528e33315d33a53772cec4.prometheanfire@gentoo
1 commit: e7471f9d1a23eb8d78528e33315d33a53772cec4
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 13 16:31:37 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 13 16:31:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7471f9d
7
8 net-analyzer/icinga2: stabilize 2.13.5 for amd64, x86
9
10 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
11
12 net-analyzer/icinga2/icinga2-2.13.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/icinga2/icinga2-2.13.5.ebuild b/net-analyzer/icinga2/icinga2-2.13.5.ebuild
16 index 2c5482fe5a8f..b95acf553b6c 100644
17 --- a/net-analyzer/icinga2/icinga2-2.13.5.ebuild
18 +++ b/net-analyzer/icinga2/icinga2-2.13.5.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"