diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-08-04 14:30:45 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-08-04 14:31:07 -0500 |
commit | 09e29b80aa47ecc741b5ba1df06a4b54b34ad295 (patch) | |
tree | 420898246f12adbaa3b1b7bf5d529793efbb1cd8 /net-analyzer/icinga2 | |
parent | app-admin/logrotate: Moves state file to /var/lib/misc/ (diff) | |
download | gentoo-09e29b80aa47ecc741b5ba1df06a4b54b34ad295.tar.gz gentoo-09e29b80aa47ecc741b5ba1df06a4b54b34ad295.tar.bz2 gentoo-09e29b80aa47ecc741b5ba1df06a4b54b34ad295.zip |
net-analyzer/icinga2: 2.7.0 fix multilib=strict builds
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'net-analyzer/icinga2')
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.7.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.7.0.ebuild b/net-analyzer/icinga2/icinga2-2.7.0.ebuild index 9c30b14ad3e2..91fbbba61158 100644 --- a/net-analyzer/icinga2/icinga2-2.7.0.ebuild +++ b/net-analyzer/icinga2/icinga2-2.7.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +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" @@ -69,6 +69,7 @@ src_configure() { -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DICINGA2_SYSCONFIGFILE=/etc/conf.d/icinga2 + -DICINGA2_PLUGINDIR="/usr/$(get_libdir)/nagios/plugins" -DICINGA2_USER=icinga -DICINGA2_GROUP=icingacmd -DICINGA2_COMMAND_USER=icinga |