diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-01-24 17:00:23 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-01-24 17:02:02 -0600 |
commit | 18c3a51bf0f563ea7d443e1f8116336d7b68f8e9 (patch) | |
tree | 3af04a56f49258a878f8eff6f1a0e90a4c0c5f8d | |
parent | app-admin/consul-template: add crypto and net to SRC_URI for version 0.12.2 (... (diff) | |
download | gentoo-18c3a51bf0f563ea7d443e1f8116336d7b68f8e9.tar.gz gentoo-18c3a51bf0f563ea7d443e1f8116336d7b68f8e9.tar.bz2 gentoo-18c3a51bf0f563ea7d443e1f8116336d7b68f8e9.zip |
www-apps/icingaweb2: clean up apache2 usage for bug 572776
Package-Manager: portage-2.2.26
-rw-r--r-- | www-apps/icingaweb2/icingaweb2-2.1.2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www-apps/icingaweb2/icingaweb2-2.1.2.ebuild b/www-apps/icingaweb2/icingaweb2-2.1.2.ebuild index d713714186ee..81d827688cc8 100644 --- a/www-apps/icingaweb2/icingaweb2-2.1.2.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.1.2.ebuild @@ -21,11 +21,10 @@ DEPEND=">=net-analyzer/icinga2-2.1.1 nginx? ( >=www-servers/nginx-1.7.0:* )" RDEPEND="${DEPEND}" +want_apache2 + pkg_setup() { - if use apache2 ; then - want_apache2 - depend.apache_pkg_setup - fi + depend.apache_pkg_setup enewgroup icingaweb2 enewgroup icingacmd |