summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2020-12-09 08:41:59 -0500
committerBrian Evans <grknight@gentoo.org>2020-12-09 08:41:59 -0500
commitad1ccfedc15e7dda225b6f3d82577acd1aa8d17b (patch)
treeac6c4e473167fa41baa1bd94f30e2166a5c78c1d /dev-php/pecl-redis
parentdev-php/igbinary: Revbump for new targets (diff)
downloadgentoo-ad1ccfedc15e7dda225b6f3d82577acd1aa8d17b.tar.gz
gentoo-ad1ccfedc15e7dda225b6f3d82577acd1aa8d17b.tar.bz2
gentoo-ad1ccfedc15e7dda225b6f3d82577acd1aa8d17b.zip
dev-php/pecl-redis: Add 8.0 target
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/pecl-redis')
-rw-r--r--dev-php/pecl-redis/pecl-redis-5.3.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/pecl-redis/pecl-redis-5.3.2.ebuild b/dev-php/pecl-redis/pecl-redis-5.3.2.ebuild
index 9f7ec9e88930..65762af9b8d8 100644
--- a/dev-php/pecl-redis/pecl-redis-5.3.2.ebuild
+++ b/dev-php/pecl-redis/pecl-redis-5.3.2.ebuild
@@ -4,8 +4,8 @@
EAPI=7
PHP_EXT_NAME="redis"
-USE_PHP="php7-2 php7-3 php7-4"
-PHP_EXT_NEEDED_USE="json?,session?"
+USE_PHP="php7-2 php7-3 php7-4 php8-0"
+PHP_EXT_NEEDED_USE="json(+)?,session?"
DOCS=( arrays.markdown cluster.markdown README.markdown CREDITS )
MY_P="${PN/pecl-/}-${PV/_rc/RC}"
PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~arm"
IUSE="igbinary +json lz4 +session zstd"
DEPEND="
- igbinary? ( >=dev-php/igbinary-3.0.1-r1[php_targets_php7-2?,php_targets_php7-3?,php_targets_php7-4?] )
+ igbinary? ( >=dev-php/igbinary-3.0.1-r1[php_targets_php7-2(-)?,php_targets_php7-3(-)?,php_targets_php7-4(-)?,php_targets_php8-0(-)?] )
lz4? ( app-arch/lz4:= )
zstd? ( app-arch/zstd:= )
"