From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA8C01581F3 for ; Sun, 1 Dec 2024 11:54:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 139EEE0844; Sun, 1 Dec 2024 11:54:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8030E0844 for ; Sun, 1 Dec 2024 11:54:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00642341B52 for ; Sun, 1 Dec 2024 11:54:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 664111F28 for ; Sun, 1 Dec 2024 11:54:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1733053933.860daf76249d7cda1d9b20836919c7c92ed6da4f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/icingaweb2/icingaweb2-2.12.1-r2.ebuild www-apps/icingaweb2/icingaweb2-9999.ebuild X-VCS-Directories: www-apps/icingaweb2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 860daf76249d7cda1d9b20836919c7c92ed6da4f X-VCS-Branch: master Date: Sun, 1 Dec 2024 11:54:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc64fd87-e982-4322-bb53-b361d766b82b X-Archives-Hash: da812fb831fba284d684f85b7acb5292 commit: 860daf76249d7cda1d9b20836919c7c92ed6da4f Author: Paul Zander gmail com> AuthorDate: Fri Nov 8 16:06:33 2024 +0000 Commit: Sam James gentoo 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 gmail.com> Signed-off-by: Sam James 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