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: Sun, 27 Nov 2016 20:03:33
Message-Id: 1480276962.ec7b713cd12835cce7a72284772180d106e56c41.prometheanfire@gentoo
1 commit: ec7b713cd12835cce7a72284772180d106e56c41
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 20:02:19 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 20:02:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7b713c
7
8 net-analyzer/icinga2: fixing build issue with wxwidgets bug 600644
9
10 Package-Manager: portage-2.3.0
11
12 net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild | 4 +++-
13 net-analyzer/icinga2/icinga2-9999.ebuild | 4 +++-
14 2 files changed, 6 insertions(+), 2 deletions(-)
15
16 diff --git a/net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild b/net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild
17 index f91b4c1..76f6f9a 100644
18 --- a/net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild
19 +++ b/net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild
20 @@ -51,7 +51,9 @@ want_apache2
21
22 pkg_setup() {
23 depend.apache_pkg_setup
24 - setup-wxwidgets
25 + if use studio ; then
26 + setup-wxwidgets
27 + fi
28 enewgroup icinga
29 enewgroup icingacmd
30 enewgroup nagios # for plugins
31
32 diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild
33 index e5ea649..0ff7130 100644
34 --- a/net-analyzer/icinga2/icinga2-9999.ebuild
35 +++ b/net-analyzer/icinga2/icinga2-9999.ebuild
36 @@ -51,7 +51,9 @@ want_apache2
37
38 pkg_setup() {
39 depend.apache_pkg_setup
40 - setup-wxwidgets
41 + if use studio ; then
42 + setup-wxwidgets
43 + fi
44 enewgroup icinga
45 enewgroup icingacmd
46 enewgroup nagios # for plugins