From: Matthew Thode Date: Wed, 2 Sep 2015 03:55:19 +0000 (-0500) Subject: net-analyzer/icinga2: cleaner minimal usage X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=55ed7e0d5f795109e6767b681bc436cbc90a4574;p=gentoo.git net-analyzer/icinga2: cleaner minimal usage Package-Manager: portage-2.2.20.1 --- diff --git a/net-analyzer/icinga2/icinga2-2.3.9.ebuild b/net-analyzer/icinga2/icinga2-2.3.9.ebuild index c996c274e996..ac3a260334cf 100644 --- a/net-analyzer/icinga2/icinga2-2.3.9.ebuild +++ b/net-analyzer/icinga2/icinga2-2.3.9.ebuild @@ -61,6 +61,12 @@ src_configure() { -DICINGA2_COMMAND_GROUP=icingacmd -DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=yes ) + if use minimal; then + mycmakeargs+=( + -DICINGA2_WITH_MYSQL=OFF + -DICINGA2_WITH_PGSQL=OFF + ) + fi if use postgres; then mycmakeargs+=( -DICINGA2_WITH_PGSQL=ON