diff options
author | 2024-11-08 17:06:33 +0100 | |
---|---|---|
committer | 2024-12-01 11:52:13 +0000 | |
commit | 860daf76249d7cda1d9b20836919c7c92ed6da4f (patch) | |
tree | b326d5eba3e0c59a7f9b612232e3430ee37dc2cf /www-apps/icingaweb2 | |
parent | www-apps/icingaweb2: drop 2.12.1 2.11.4-r1 (diff) | |
download | gentoo-860daf76249d7cda1d9b20836919c7c92ed6da4f.tar.gz gentoo-860daf76249d7cda1d9b20836919c7c92ed6da4f.tar.bz2 gentoo-860daf76249d7cda1d9b20836919c7c92ed6da4f.zip |
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>
Diffstat (limited to 'www-apps/icingaweb2')
-rw-r--r-- | www-apps/icingaweb2/icingaweb2-2.12.1-r2.ebuild | 2 | ||||
-rw-r--r-- | 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 |