From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E33531383DF for ; Wed, 2 Sep 2015 03:56:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F5C91424B; Wed, 2 Sep 2015 03:56:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07ED91424B for ; Wed, 2 Sep 2015 03:56:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAAFE340756 for ; Wed, 2 Sep 2015 03:56:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49937144 for ; Wed, 2 Sep 2015 03:55:57 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1441166119.55ed7e0d5f795109e6767b681bc436cbc90a4574.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/icinga2/icinga2-2.3.9.ebuild X-VCS-Directories: net-analyzer/icinga2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 55ed7e0d5f795109e6767b681bc436cbc90a4574 X-VCS-Branch: master Date: Wed, 2 Sep 2015 03:55:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ae23a781-cae1-41fd-ac9b-34c774cb659a X-Archives-Hash: 532c9c4fd422db8b034badf6fd913843 commit: 55ed7e0d5f795109e6767b681bc436cbc90a4574 Author: Matthew Thode gentoo org> AuthorDate: Wed Sep 2 03:55:19 2015 +0000 Commit: Matt Thode gentoo org> CommitDate: Wed Sep 2 03:55:19 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ed7e0d net-analyzer/icinga2: cleaner minimal usage Package-Manager: portage-2.2.20.1 net-analyzer/icinga2/icinga2-2.3.9.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/net-analyzer/icinga2/icinga2-2.3.9.ebuild b/net-analyzer/icinga2/icinga2-2.3.9.ebuild index c996c27..ac3a260 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