summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-09-15 09:52:25 +0200
committerDavid Seifert <soap@gentoo.org>2023-09-15 09:52:25 +0200
commitc69a0af0cf446a84f0f7f4e40f766edb905c0412 (patch)
treed0ff169e86c6bed1e57b6c8d3fb3108673086848 /dev-php/swoole/swoole-4.8.7.ebuild
parentdev-lang/php: drop 7.4.33-r4, 7.4.33-r5, 7.4.33-r6 (diff)
downloadgentoo-c69a0af0cf446a84f0f7f4e40f766edb905c0412.tar.gz
gentoo-c69a0af0cf446a84f0f7f4e40f766edb905c0412.tar.bz2
gentoo-c69a0af0cf446a84f0f7f4e40f766edb905c0412.zip
*/*: remove USE=php_targets_php7-4
Closes: https://github.com/gentoo/gentoo/pull/32762 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-php/swoole/swoole-4.8.7.ebuild')
-rw-r--r--dev-php/swoole/swoole-4.8.7.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-php/swoole/swoole-4.8.7.ebuild b/dev-php/swoole/swoole-4.8.7.ebuild
index 59684d9f8333..021ddffd27f3 100644
--- a/dev-php/swoole/swoole-4.8.7.ebuild
+++ b/dev-php/swoole/swoole-4.8.7.ebuild
@@ -10,7 +10,7 @@ PHP_EXT_SAPIS="cli"
PHP_EXT_NEEDED_USE="cli,sockets?"
DOCS=( README.md )
-USE_PHP="php7-4 php8-0 php8-1"
+USE_PHP="php8-0 php8-1"
inherit php-ext-pecl-r3
@@ -31,7 +31,6 @@ DEPEND="
dev-libs/openssl:0=
)
mysql? (
- php_targets_php7-4? ( dev-lang/php:7.4[mysql,mysqli(+)] )
php_targets_php8-0? ( dev-lang/php:8.0[mysql,mysqli(+)] )
php_targets_php8-1? ( dev-lang/php:8.1[mysql,mysqli(+)] )
)