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 | |
parent | net-wireless/cpyrit-cuda: die in pretend if gcc > 4.8 (diff) | |
download | gentoo-ec7b713cd12835cce7a72284772180d106e56c41.tar.gz gentoo-ec7b713cd12835cce7a72284772180d106e56c41.tar.bz2 gentoo-ec7b713cd12835cce7a72284772180d106e56c41.zip |
net-analyzer/icinga2: fixing build issue with wxwidgets bug 600644
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-analyzer')
-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 f91b4c184208..76f6f9a3c368 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 e5ea6490fe15..0ff713084659 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 |