diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-11-27 14:02:19 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-11-27 14:02:42 -0600 |
commit | ec7b713cd12835cce7a72284772180d106e56c41 (patch) | |
tree | abea39ee4502ef02fd5dc572f32a2df15054e378 /net-analyzer/icinga2 | |
parent | af4d10cb0359ff4d6dd97c7be5e9a5499b436efe (diff) | |
download | gentoo-ec7b713cd12835cce7a72284772180d106e56c41.tar.gz gentoo-ec7b713cd12835cce7a72284772180d106e56c41.tar.xz |
net-analyzer/icinga2: fixing build issue with wxwidgets bug 600644
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-analyzer/icinga2')
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.5.4-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 f91b4c18420..76f6f9a3c36 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 e5ea6490fe1..0ff71308465 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 |