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: Thu, 26 Jan 2017 15:38:11
Message-Id: 1485445072.7d974328dd5bda31fe851b27eb1fa78ff48da257.prometheanfire@gentoo
1 commit: 7d974328dd5bda31fe851b27eb1fa78ff48da257
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 26 15:37:52 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 26 15:37:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d974328
7
8 net-analyzer/icinga2: 2.6.0 stable amd64 and x86
9
10 Package-Manager: portage-2.3.3
11
12 net-analyzer/icinga2/icinga2-2.6.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/icinga2/icinga2-2.6.0.ebuild b/net-analyzer/icinga2/icinga2-2.6.0.ebuild
16 index c4d7662..438efb4 100644
17 --- a/net-analyzer/icinga2/icinga2-2.6.0.ebuild
18 +++ b/net-analyzer/icinga2/icinga2-2.6.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -6,7 +6,7 @@ EAPI=5
26 if [[ ${PV} != 9999 ]]; then
27 inherit cmake-utils depend.apache eutils systemd toolchain-funcs user wxwidgets
28 SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
30 + KEYWORDS="amd64 ~arm ~arm64 x86"
31 else
32 inherit cmake-utils depend.apache eutils git-2 systemd toolchain-funcs user wxwidgets
33 EGIT_REPO_URI="https://github.com/Icinga/icinga2.git"