summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-18 07:44:00 +0000
committerSam James <sam@gentoo.org>2024-01-18 07:44:00 +0000
commit28bfe889a2921ddf77ac62bcd23a4aea5a04037c (patch)
tree9ba18f625fa1d789402ef7a59ce4d06ad5196504 /www-servers
parentdev-php/pecl-memcached: cleanup php8-0 (diff)
downloadgentoo-28bfe889a2921ddf77ac62bcd23a4aea5a04037c.tar.gz
gentoo-28bfe889a2921ddf77ac62bcd23a4aea5a04037c.tar.bz2
gentoo-28bfe889a2921ddf77ac62bcd23a4aea5a04037c.zip
www-servers/uwsgi: cleanup php8-0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/uwsgi/uwsgi-2.0.21-r1.ebuild5
-rw-r--r--www-servers/uwsgi/uwsgi-2.0.21-r2.ebuild5
2 files changed, 4 insertions, 6 deletions
diff --git a/www-servers/uwsgi/uwsgi-2.0.21-r1.ebuild b/www-servers/uwsgi/uwsgi-2.0.21-r1.ebuild
index 71cc969f1a4e..0cf22962797d 100644
--- a/www-servers/uwsgi/uwsgi-2.0.21-r1.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.21-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,7 @@ USE_RUBY="ruby27 ruby30 ruby31 ruby32"
PHP_EXT_INI="no"
PHP_EXT_NAME="dummy"
PHP_EXT_OPTIONAL_USE="php"
-USE_PHP="php8-0 php8-1 php8-2" # deps must be registered separately below
+USE_PHP="php8-1 php8-2" # deps must be registered separately below
POSTGRES_COMPAT=( 13 14 15 )
@@ -132,7 +132,6 @@ CDEPEND="
mono? ( dev-lang/mono:= )
perl? ( dev-lang/perl:= )
php? (
- php_targets_php8-0? ( dev-lang/php:8.0[embed] )
php_targets_php8-1? ( dev-lang/php:8.1[embed] )
php_targets_php8-2? ( dev-lang/php:8.2[embed] )
)
diff --git a/www-servers/uwsgi/uwsgi-2.0.21-r2.ebuild b/www-servers/uwsgi/uwsgi-2.0.21-r2.ebuild
index 924121f3109b..4061773d83a6 100644
--- a/www-servers/uwsgi/uwsgi-2.0.21-r2.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.21-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,7 @@ USE_RUBY="ruby27 ruby30 ruby31 ruby32"
PHP_EXT_INI="no"
PHP_EXT_NAME="dummy"
PHP_EXT_OPTIONAL_USE="php"
-USE_PHP="php8-0 php8-1 php8-2" # deps must be registered separately below
+USE_PHP="php8-1 php8-2" # deps must be registered separately below
POSTGRES_COMPAT=( 13 14 15 )
@@ -131,7 +131,6 @@ CDEPEND="
mono? ( dev-lang/mono:= )
perl? ( dev-lang/perl:= )
php? (
- php_targets_php8-0? ( dev-lang/php:8.0[embed] )
php_targets_php8-1? ( dev-lang/php:8.1[embed] )
php_targets_php8-2? ( dev-lang/php:8.2[embed] )
)