summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-18 07:43:00 +0000
committerSam James <sam@gentoo.org>2024-01-18 07:43:00 +0000
commit7fd160adf3a39869c6b735fc3a96009f8f5a54fa (patch)
tree21bc396d37941c7e86ff1af8a3c75313b3b25ce2 /dev-php
parentdev-php/pecl-memcache: fix php8-0 removal (diff)
downloadgentoo-7fd160adf3a39869c6b735fc3a96009f8f5a54fa.tar.gz
gentoo-7fd160adf3a39869c6b735fc3a96009f8f5a54fa.tar.bz2
gentoo-7fd160adf3a39869c6b735fc3a96009f8f5a54fa.zip
dev-php/swoole: cleanup php8-0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php')
-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(+)] )
)
"