summaryrefslogtreecommitdiff
path: root/dev-php/swoole
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/swoole')
-rw-r--r--dev-php/swoole/swoole-6.1.6.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-php/swoole/swoole-6.1.6.ebuild b/dev-php/swoole/swoole-6.1.6.ebuild
index b05fe8142973..769dcd8b0edb 100644
--- a/dev-php/swoole/swoole-6.1.6.ebuild
+++ b/dev-php/swoole/swoole-6.1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2025 Liguros Authors
+# Copyright 2021-2026 Liguros Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,7 +9,7 @@ PHP_EXT_S="${WORKDIR}/${PN}-src-${PV}"
PHP_EXT_SAPIS="cli"
PHP_EXT_NEEDED_USE="cli,sockets?"
# Supported PHP versions see https://github.com/swoole/swoole-src/blob/master/docs/SUPPORTED.md
-USE_PHP="php8-2 php8-3 php8-4 php8-5"
+USE_PHP="php8-2 php8-3 php8-4"
inherit php-ext-source-r3
@@ -35,7 +35,6 @@ DEPEND="
php_targets_php8-2? ( dev-lang/php:8.2[mysql,mysqli(+)] )
php_targets_php8-3? ( dev-lang/php:8.3[mysql,mysqli(+)] )
php_targets_php8-4? ( dev-lang/php:8.4[mysql,mysqli(+)] )
- php_targets_php8-5? ( dev-lang/php:8.5[mysql,mysqli(+)] )
)
"