summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/swoole/swoole-4.8.7.ebuild')
-rw-r--r--dev-php/swoole/swoole-4.8.7.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-php/swoole/swoole-4.8.7.ebuild b/dev-php/swoole/swoole-4.8.7.ebuild
index 021ddffd27f3..df9af9c5d2da 100644
--- a/dev-php/swoole/swoole-4.8.7.ebuild
+++ b/dev-php/swoole/swoole-4.8.7.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="8"
@@ -10,7 +10,7 @@ PHP_EXT_SAPIS="cli"
PHP_EXT_NEEDED_USE="cli,sockets?"
DOCS=( README.md )
-USE_PHP="php8-0 php8-1"
+USE_PHP="php8-1"
inherit php-ext-pecl-r3
@@ -31,7 +31,6 @@ DEPEND="
dev-libs/openssl:0=
)
mysql? (
- php_targets_php8-0? ( dev-lang/php:8.0[mysql,mysqli(+)] )
php_targets_php8-1? ( dev-lang/php:8.1[mysql,mysqli(+)] )
)
"