summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-09-01 13:45:29 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-09-01 13:47:30 -0500
commit9ba07b467183b1221b2d54c829b39b7f67fc0427 (patch)
tree88f5ac73bf5555b579124495781d32caf03255e1 /net-analyzer/icinga2/icinga2-2.10.6.ebuild
parentdev-libs/libyaml: m68k stable wrt bug #621874 (diff)
downloadgentoo-9ba07b467183b1221b2d54c829b39b7f67fc0427.tar.gz
gentoo-9ba07b467183b1221b2d54c829b39b7f67fc0427.tar.bz2
gentoo-9ba07b467183b1221b2d54c829b39b7f67fc0427.zip
net-analyzer/icinga2: 2.10.6 stable amd64 and x86
Package-Manager: Portage-2.3.69, Repoman-2.3.17 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-analyzer/icinga2/icinga2-2.10.6.ebuild')
-rw-r--r--net-analyzer/icinga2/icinga2-2.10.6.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.10.6.ebuild b/net-analyzer/icinga2/icinga2-2.10.6.ebuild
index 8a9695a5e27b..7d8f56dd9e4c 100644
--- a/net-analyzer/icinga2/icinga2-2.10.6.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.10.6.ebuild
@@ -5,12 +5,11 @@ EAPI=6
if [[ ${PV} != 9999 ]]; then
inherit cmake-utils depend.apache eutils systemd toolchain-funcs user wxwidgets
SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
else
inherit cmake-utils depend.apache eutils git-r3 systemd toolchain-funcs user wxwidgets
EGIT_REPO_URI="https://github.com/Icinga/icinga2.git"
EGIT_BRANCH="master"
- KEYWORDS=""
fi
DESCRIPTION="Distributed, general purpose, network monitoring engine"