summaryrefslogtreecommitdiff
path: root/dev-php
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-05 21:00:47 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-05 21:00:47 +0000
commiteef8e47676dc5cb92dfe5f7bbb28f8d12f898bde (patch)
treeb5b0d385a462344716014fc476a527f9295a2833 /dev-php
parent883618fc7f52a9a37d002ebfe939cced8069fd2b (diff)
downloadbaldeagleos-repo-eef8e47676dc5cb92dfe5f7bbb28f8d12f898bde.tar.gz
baldeagleos-repo-eef8e47676dc5cb92dfe5f7bbb28f8d12f898bde.tar.xz
baldeagleos-repo-eef8e47676dc5cb92dfe5f7bbb28f8d12f898bde.zip
Adding metadata
Diffstat (limited to 'dev-php')
-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(+)] )
)
"