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: Wed, 02 Sep 2015 03:56:06
Message-Id: 1441166119.55ed7e0d5f795109e6767b681bc436cbc90a4574.prometheanfire@gentoo
1 commit: 55ed7e0d5f795109e6767b681bc436cbc90a4574
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 03:55:19 2015 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 03:55:19 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ed7e0d
7
8 net-analyzer/icinga2: cleaner minimal usage
9
10 Package-Manager: portage-2.2.20.1
11
12 net-analyzer/icinga2/icinga2-2.3.9.ebuild | 6 ++++++
13 1 file changed, 6 insertions(+)
14
15 diff --git a/net-analyzer/icinga2/icinga2-2.3.9.ebuild b/net-analyzer/icinga2/icinga2-2.3.9.ebuild
16 index c996c27..ac3a260 100644
17 --- a/net-analyzer/icinga2/icinga2-2.3.9.ebuild
18 +++ b/net-analyzer/icinga2/icinga2-2.3.9.ebuild
19 @@ -61,6 +61,12 @@ src_configure() {
20 -DICINGA2_COMMAND_GROUP=icingacmd
21 -DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=yes
22 )
23 + if use minimal; then
24 + mycmakeargs+=(
25 + -DICINGA2_WITH_MYSQL=OFF
26 + -DICINGA2_WITH_PGSQL=OFF
27 + )
28 + fi
29 if use postgres; then
30 mycmakeargs+=(
31 -DICINGA2_WITH_PGSQL=ON