diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2015-11-22 17:33:05 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2015-11-22 17:33:05 -0600 |
commit | 867ded56b55eb4e57160a0435b1d5c4105ba6b2e (patch) | |
tree | e301d24108914a3e842203edcf4e2a79fe30df29 /www-apps | |
parent | dev-python/oslo-i18n: remove version 1.0.0 (diff) | |
download | gentoo-867ded56b55eb4e57160a0435b1d5c4105ba6b2e.tar.gz gentoo-867ded56b55eb4e57160a0435b1d5c4105ba6b2e.tar.bz2 gentoo-867ded56b55eb4e57160a0435b1d5c4105ba6b2e.zip |
www-apps/icingaweb2: fixing bug 566556
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/icingaweb2/icingaweb2-2.0.0-r1.ebuild (renamed from www-apps/icingaweb2/icingaweb2-2.0.0.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www-apps/icingaweb2/icingaweb2-2.0.0.ebuild b/www-apps/icingaweb2/icingaweb2-2.0.0-r1.ebuild index 5ba2df2e3200..f3aaa1adfeb2 100644 --- a/www-apps/icingaweb2/icingaweb2-2.0.0.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.0.0-r1.ebuild @@ -21,10 +21,9 @@ DEPEND=">=net-analyzer/icinga2-2.1.1 nginx? ( >=www-servers/nginx-1.7.0:* )" RDEPEND="${DEPEND}" -use apache2 && want_apache2 - pkg_setup() { if use apache2 ; then + want_apache2 depend.apache_pkg_setup fi |