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: Mon, 01 Aug 2022 03:13:58
Message-Id: 1659323628.6856172592bf49f4a233dfa8fa8b6116f0ef764e.prometheanfire@gentoo
1 commit: 6856172592bf49f4a233dfa8fa8b6116f0ef764e
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 1 03:11:48 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 1 03:13:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68561725
7
8 net-analyzer/icinga2: 2.13.4 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.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-analyzer/icinga2/icinga2-2.13.4.ebuild b/net-analyzer/icinga2/icinga2-2.13.4.ebuild
17 index d9cef157f92b..39584c5c24c3 100644
18 --- a/net-analyzer/icinga2/icinga2-2.13.4.ebuild
19 +++ b/net-analyzer/icinga2/icinga2-2.13.4.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"