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, 04 Aug 2017 19:31:29
Message-Id: 1501875067.09e29b80aa47ecc741b5ba1df06a4b54b34ad295.prometheanfire@gentoo
1 commit: 09e29b80aa47ecc741b5ba1df06a4b54b34ad295
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 4 19:30:45 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 4 19:31:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e29b80
7
8 net-analyzer/icinga2: 2.7.0 fix multilib=strict builds
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 net-analyzer/icinga2/icinga2-2.7.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/icinga2/icinga2-2.7.0.ebuild b/net-analyzer/icinga2/icinga2-2.7.0.ebuild
16 index 9c30b14ad3e..91fbbba6115 100644
17 --- a/net-analyzer/icinga2/icinga2-2.7.0.ebuild
18 +++ b/net-analyzer/icinga2/icinga2-2.7.0.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=5
24 +EAPI=6
25 if [[ ${PV} != 9999 ]]; then
26 inherit cmake-utils depend.apache eutils systemd toolchain-funcs user wxwidgets
27 SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28 @@ -69,6 +69,7 @@ src_configure() {
29 -DCMAKE_INSTALL_SYSCONFDIR=/etc
30 -DCMAKE_INSTALL_LOCALSTATEDIR=/var
31 -DICINGA2_SYSCONFIGFILE=/etc/conf.d/icinga2
32 + -DICINGA2_PLUGINDIR="/usr/$(get_libdir)/nagios/plugins"
33 -DICINGA2_USER=icinga
34 -DICINGA2_GROUP=icingacmd
35 -DICINGA2_COMMAND_USER=icinga