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:
Paul Zander
2024-11-08 17:06:33 +01:00
committed by Sam James
parent d75da48b8e
commit 860daf7624
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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