mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
www-apps/icingaweb2: make webserver use optional
With `acct-group/icingaweb2` we can drop the `REQUIRED_USE` on apache2 and nginx. Closes: https://bugs.gentoo.org/721284 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -20,7 +20,7 @@ fi
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="apache2 apache2-server fpm ldap mysql nginx pdf postgres"
|
||||
REQUIRED_USE="( ^^ ( apache2-server nginx ) ) apache2? ( apache2-server )"
|
||||
REQUIRED_USE="( ?? ( apache2-server nginx ) ) apache2? ( apache2-server )"
|
||||
|
||||
DEPEND=">=net-analyzer/icinga2-2.1.1
|
||||
dev-php/pecl-imagick
|
||||
|
||||
@@ -20,7 +20,7 @@ fi
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="apache2 apache2-server fpm ldap mysql nginx pdf postgres"
|
||||
REQUIRED_USE="( ^^ ( apache2-server nginx ) ) apache2? ( apache2-server )"
|
||||
REQUIRED_USE="( ?? ( apache2-server nginx ) ) apache2? ( apache2-server )"
|
||||
|
||||
DEPEND=">=net-analyzer/icinga2-2.1.1
|
||||
dev-php/pecl-imagick
|
||||
|
||||
Reference in New Issue
Block a user