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, 17 May 2022 17:34:14
Message-Id: 1652808838.52818dbc3bba7a0e02769a76dc82b4fbc57f6d48.prometheanfire@gentoo
1 commit: 52818dbc3bba7a0e02769a76dc82b4fbc57f6d48
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 14 18:21:47 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 17:33:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52818dbc
7
8 net-analyzer/icinga2: 2.13.3 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 net-analyzer/icinga2/icinga2-2.13.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-analyzer/icinga2/icinga2-2.13.3.ebuild b/net-analyzer/icinga2/icinga2-2.13.3.ebuild
17 index d9cef157f92b..39584c5c24c3 100644
18 --- a/net-analyzer/icinga2/icinga2-2.13.3.ebuild
19 +++ b/net-analyzer/icinga2/icinga2-2.13.3.ebuild
20 @@ -7,7 +7,7 @@ inherit cmake systemd
21
22 if [[ ${PV} != 9999 ]]; then
23 SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~arm64 ~x86"
25 + KEYWORDS="amd64 ~arm64 x86"
26 else
27 inherit git-r3
28 EGIT_REPO_URI="https://github.com/Icinga/icinga2.git"