Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga2/
Date: Wed, 29 Nov 2017 18:53:00
Message-Id: 1511981558.786b57625ee3da502bfe65dd6346c8d05f4dc1ca.whissi@gentoo
1 commit: 786b57625ee3da502bfe65dd6346c8d05f4dc1ca
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 29 18:48:17 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 29 18:52:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786b5762
7
8 net-analyzer/icinga2: x86 stable (bug #637640)
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 net-analyzer/icinga2/icinga2-2.8.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/icinga2/icinga2-2.8.0.ebuild b/net-analyzer/icinga2/icinga2-2.8.0.ebuild
16 index c60e549c604..a65926a88a9 100644
17 --- a/net-analyzer/icinga2/icinga2-2.8.0.ebuild
18 +++ b/net-analyzer/icinga2/icinga2-2.8.0.ebuild
19 @@ -5,12 +5,12 @@ EAPI=6
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 ~ppc ~ppc64 ~x86"
24 + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
25 else
26 inherit cmake-utils depend.apache eutils git-r3 systemd toolchain-funcs user wxwidgets
27 EGIT_REPO_URI="https://github.com/Icinga/icinga2.git"
28 EGIT_BRANCH="master"
29 - KEYWORDS="amd64 ~ppc ~ppc64"
30 + KEYWORDS="amd64 ~ppc ~ppc64 x86"
31 fi
32
33 DESCRIPTION="Distributed, general purpose, network monitoring engine"