diff options
author | David Seifert <soap@gentoo.org> | 2023-09-09 21:00:45 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-09-09 21:00:45 +0200 |
commit | 02d918489c7da683ac83a3114f6e0dca85cdbf04 (patch) | |
tree | e6ba930b84fc7cbe4766ef4147a86b20749e3ec8 /www-servers | |
parent | dev-lang/php: stable arm/ppc (8.0.29+8.1.20-r1) (diff) | |
download | gentoo-02d918489c7da683ac83a3114f6e0dca85cdbf04.tar.gz gentoo-02d918489c7da683ac83a3114f6e0dca85cdbf04.tar.bz2 gentoo-02d918489c7da683ac83a3114f6e0dca85cdbf04.zip |
www-servers/nginx-unit: remove PHP 7.4 and 8.0 support
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/nginx-unit/metadata.xml | 2 | ||||
-rw-r--r-- | www-servers/nginx-unit/nginx-unit-1.29.1.ebuild | 4 | ||||
-rw-r--r-- | www-servers/nginx-unit/nginx-unit-1.31.0.ebuild | 3 |
3 files changed, 2 insertions, 7 deletions
diff --git a/www-servers/nginx-unit/metadata.xml b/www-servers/nginx-unit/metadata.xml index dd2d6a9e0065..488056a85af1 100644 --- a/www-servers/nginx-unit/metadata.xml +++ b/www-servers/nginx-unit/metadata.xml @@ -13,8 +13,6 @@ engineering or operations. </longdescription> <use> - <flag name="php7-4">Support for PHP 7.4</flag> - <flag name="php8-0">Support for PHP 8.0</flag> <flag name="php8-1">Support for PHP 8.1</flag> <flag name="php8-2">Support for PHP 8.2</flag> </use> diff --git a/www-servers/nginx-unit/nginx-unit-1.29.1.ebuild b/www-servers/nginx-unit/nginx-unit-1.29.1.ebuild index 70a236f59bad..b59e79dd27da 100644 --- a/www-servers/nginx-unit/nginx-unit-1.29.1.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.29.1.ebuild @@ -17,14 +17,12 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64" MY_USE="perl python ruby" -MY_USE_PHP="php7-4 php8-0 php8-1 " +MY_USE_PHP="php8-1 " IUSE="${MY_USE} ${MY_USE_PHP} ssl" REQUIRED_USE="|| ( ${IUSE} ) python? ( ${PYTHON_REQUIRED_USE} )" DEPEND="perl? ( dev-lang/perl:= ) - php7-4? ( dev-lang/php:7.4[embed] ) - php8-0? ( dev-lang/php:8.0[embed] ) php8-1? ( dev-lang/php:8.1[embed] ) python? ( ${PYTHON_DEPS} ) ruby? ( diff --git a/www-servers/nginx-unit/nginx-unit-1.31.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.31.0.ebuild index 8873b5665a10..cac440e33f0d 100644 --- a/www-servers/nginx-unit/nginx-unit-1.31.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.31.0.ebuild @@ -17,13 +17,12 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" MY_USE="perl python ruby" -MY_USE_PHP="php8-0 php8-1 php8-2" +MY_USE_PHP="php8-1 php8-2" IUSE="${MY_USE} ${MY_USE_PHP} perl ssl" REQUIRED_USE="|| ( ${IUSE} ) python? ( ${PYTHON_REQUIRED_USE} )" DEPEND="perl? ( dev-lang/perl:= ) - php8-0? ( dev-lang/php:8.0[embed] ) php8-1? ( dev-lang/php:8.1[embed] ) php8-2? ( dev-lang/php:8.2[embed] ) python? ( ${PYTHON_DEPS} ) |