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, 20 Sep 2021 21:34:30
Message-Id: 1632173659.3b88b3d1c860269d8f7351737b884f6ccf3ce329.prometheanfire@gentoo
1 commit: 3b88b3d1c860269d8f7351737b884f6ccf3ce329
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 20 21:31:09 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 21:34:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b88b3d1
7
8 net-analyzer/icinga2: 2.13.1 stable amd64/x86
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 net-analyzer/icinga2/icinga2-2.13.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-analyzer/icinga2/icinga2-2.13.1.ebuild b/net-analyzer/icinga2/icinga2-2.13.1.ebuild
17 index de80eb55dfc..3e79963a2e6 100644
18 --- a/net-analyzer/icinga2/icinga2-2.13.1.ebuild
19 +++ b/net-analyzer/icinga2/icinga2-2.13.1.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"