commit: 860daf76249d7cda1d9b20836919c7c92ed6da4f Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Fri Nov 8 16:06:33 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 1 11:52:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860daf76
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 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> www-apps/icingaweb2/icingaweb2-2.12.1-r2.ebuild | 2 +- www-apps/icingaweb2/icingaweb2-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/icingaweb2/icingaweb2-2.12.1-r2.ebuild b/www-apps/icingaweb2/icingaweb2-2.12.1-r2.ebuild index 6edcd93d9770..7f5f7240b238 100644 --- a/www-apps/icingaweb2/icingaweb2-2.12.1-r2.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.12.1-r2.ebuild @@ -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 diff --git a/www-apps/icingaweb2/icingaweb2-9999.ebuild b/www-apps/icingaweb2/icingaweb2-9999.ebuild index 6edcd93d9770..7f5f7240b238 100644 --- a/www-apps/icingaweb2/icingaweb2-9999.ebuild +++ b/www-apps/icingaweb2/icingaweb2-9999.ebuild @@ -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