Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga2/
Date: Fri, 24 Feb 2017 17:39:57
Message-Id: 1487957270.96e3c6b74a0faaf70b7ab0fc85a5b011563e4b99.prometheanfire@gentoo
1 commit: 96e3c6b74a0faaf70b7ab0fc85a5b011563e4b99
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 24 17:27:50 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 24 17:27:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96e3c6b7
7
8 net-analyzer/icinga2: 2.6.2 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-analyzer/icinga2/icinga2-2.6.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/icinga2/icinga2-2.6.2.ebuild b/net-analyzer/icinga2/icinga2-2.6.2.ebuild
16 index b796077987..438efb4b47 100644
17 --- a/net-analyzer/icinga2/icinga2-2.6.2.ebuild
18 +++ b/net-analyzer/icinga2/icinga2-2.6.2.ebuild
19 @@ -6,7 +6,7 @@ EAPI=5
20 if [[ ${PV} != 9999 ]]; then
21 inherit cmake-utils depend.apache eutils systemd toolchain-funcs user wxwidgets
22 SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
24 + KEYWORDS="amd64 ~arm ~arm64 x86"
25 else
26 inherit cmake-utils depend.apache eutils git-2 systemd toolchain-funcs user wxwidgets
27 EGIT_REPO_URI="https://github.com/Icinga/icinga2.git"