From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 826BB1395E2 for ; Sun, 27 Nov 2016 20:03:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C356FE0962; Sun, 27 Nov 2016 20:03:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AADC2E0962 for ; Sun, 27 Nov 2016 20:03:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8B04341398 for ; Sun, 27 Nov 2016 20:03:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1B1449C for ; Sun, 27 Nov 2016 20:03:28 +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: <1480276962.ec7b713cd12835cce7a72284772180d106e56c41.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.5.4-r1.ebuild net-analyzer/icinga2/icinga2-9999.ebuild X-VCS-Directories: net-analyzer/icinga2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: ec7b713cd12835cce7a72284772180d106e56c41 X-VCS-Branch: master Date: Sun, 27 Nov 2016 20:03:28 +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: e37c53d4-2f2b-4fcb-98ca-1961a1573c6c X-Archives-Hash: c98c0355936787e11f8b540c0323393d commit: ec7b713cd12835cce7a72284772180d106e56c41 Author: Matthew Thode gentoo org> AuthorDate: Sun Nov 27 20:02:19 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Nov 27 20:02:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7b713c net-analyzer/icinga2: fixing build issue with wxwidgets bug 600644 Package-Manager: portage-2.3.0 net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild | 4 +++- net-analyzer/icinga2/icinga2-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild b/net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild index f91b4c1..76f6f9a 100644 --- a/net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild +++ b/net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild @@ -51,7 +51,9 @@ want_apache2 pkg_setup() { depend.apache_pkg_setup - setup-wxwidgets + if use studio ; then + setup-wxwidgets + fi enewgroup icinga enewgroup icingacmd enewgroup nagios # for plugins diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild index e5ea649..0ff7130 100644 --- a/net-analyzer/icinga2/icinga2-9999.ebuild +++ b/net-analyzer/icinga2/icinga2-9999.ebuild @@ -51,7 +51,9 @@ want_apache2 pkg_setup() { depend.apache_pkg_setup - setup-wxwidgets + if use studio ; then + setup-wxwidgets + fi enewgroup icinga enewgroup icingacmd enewgroup nagios # for plugins