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: Sun, 01 Sep 2019 18:47:39
Message-Id: 1567363650.9ba07b467183b1221b2d54c829b39b7f67fc0427.prometheanfire@gentoo
1 commit: 9ba07b467183b1221b2d54c829b39b7f67fc0427
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 1 18:45:29 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 1 18:47:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba07b46
7
8 net-analyzer/icinga2: 2.10.6 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 net-analyzer/icinga2/icinga2-2.10.6.ebuild | 3 +--
14 net-analyzer/icinga2/icinga2-9999.ebuild | 3 +--
15 2 files changed, 2 insertions(+), 4 deletions(-)
16
17 diff --git a/net-analyzer/icinga2/icinga2-2.10.6.ebuild b/net-analyzer/icinga2/icinga2-2.10.6.ebuild
18 index 8a9695a5e27..7d8f56dd9e4 100644
19 --- a/net-analyzer/icinga2/icinga2-2.10.6.ebuild
20 +++ b/net-analyzer/icinga2/icinga2-2.10.6.ebuild
21 @@ -5,12 +5,11 @@ EAPI=6
22 if [[ ${PV} != 9999 ]]; then
23 inherit cmake-utils depend.apache eutils systemd toolchain-funcs user wxwidgets
24 SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
26 + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
27 else
28 inherit cmake-utils depend.apache eutils git-r3 systemd toolchain-funcs user wxwidgets
29 EGIT_REPO_URI="https://github.com/Icinga/icinga2.git"
30 EGIT_BRANCH="master"
31 - KEYWORDS=""
32 fi
33
34 DESCRIPTION="Distributed, general purpose, network monitoring engine"
35
36 diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild
37 index 913217ef694..d8066e1db2f 100644
38 --- a/net-analyzer/icinga2/icinga2-9999.ebuild
39 +++ b/net-analyzer/icinga2/icinga2-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2018 Gentoo Authors
42 +# Copyright 1999-2019 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -10,7 +10,6 @@ else
47 inherit cmake-utils depend.apache eutils git-r3 systemd toolchain-funcs user wxwidgets
48 EGIT_REPO_URI="https://github.com/Icinga/icinga2.git"
49 EGIT_BRANCH="master"
50 - KEYWORDS=""
51 fi
52
53 DESCRIPTION="Distributed, general purpose, network monitoring engine"