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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D4316158094 for ; Wed, 24 Aug 2022 17:49:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEE66E069C; Wed, 24 Aug 2022 17:49:00 +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 BD33AE069C for ; Wed, 24 Aug 2022 17:48:57 +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 90CAA340EDF for ; Wed, 24 Aug 2022 17:48:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14BB9549 for ; Wed, 24 Aug 2022 17:48:55 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1661363317.003f521c7f8988fb5afcbac6c27b5886d273a7a0.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/nginx-unit/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/nginx-unit/metadata.xml www-servers/nginx-unit/nginx-unit-1.26.1.ebuild X-VCS-Directories: www-servers/nginx-unit/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 003f521c7f8988fb5afcbac6c27b5886d273a7a0 X-VCS-Branch: master Date: Wed, 24 Aug 2022 17:48:55 +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: cd97d532-726c-4909-96fc-cda53578fb4d X-Archives-Hash: a78e0eb3efa7a00b34b0e4c13d586800 commit: 003f521c7f8988fb5afcbac6c27b5886d273a7a0 Author: Mike Pagano gentoo org> AuthorDate: Wed Aug 24 17:48:37 2022 +0000 Commit: Mike Pagano gentoo org> CommitDate: Wed Aug 24 17:48:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003f521c www-servers/nginx-unit: PHP 7.3 is no longer supported Signed-off-by: Mike Pagano gentoo.org> www-servers/nginx-unit/metadata.xml | 1 - www-servers/nginx-unit/nginx-unit-1.26.1.ebuild | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/www-servers/nginx-unit/metadata.xml b/www-servers/nginx-unit/metadata.xml index 75eae13eaaaa..c4c035f5c517 100644 --- a/www-servers/nginx-unit/metadata.xml +++ b/www-servers/nginx-unit/metadata.xml @@ -13,7 +13,6 @@ engineering or operations. - Support for PHP 7.3 Support for PHP 7.4 Support for PHP 7.4 Support for PHP 7.4 diff --git a/www-servers/nginx-unit/nginx-unit-1.26.1.ebuild b/www-servers/nginx-unit/nginx-unit-1.26.1.ebuild index 48dca172ad9a..a8f53d5b68c9 100644 --- a/www-servers/nginx-unit/nginx-unit-1.26.1.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.26.1.ebuild @@ -17,13 +17,12 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64" MY_USE="perl python ruby" -MY_USE_PHP="php7-3 php7-4" +MY_USE_PHP="php7-4" IUSE="${MY_USE} ${MY_USE_PHP} ssl" REQUIRED_USE="|| ( ${IUSE} ) python? ( ${PYTHON_REQUIRED_USE} )" DEPEND="perl? ( dev-lang/perl:= ) - php7-3? ( dev-lang/php:7.3[embed] ) php7-4? ( dev-lang/php:7.4[embed] ) python? ( ${PYTHON_DEPS} ) ruby? (