Skip to content

Commit

Permalink
dev-php/pecl-redis: Add 8.0 target
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Evans <[email protected]>
  • Loading branch information
Brian Evans committed Dec 9, 2020
1 parent 9577420 commit ad1ccfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-php/pecl-redis/pecl-redis-5.3.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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:= )
"
Expand Down

0 comments on commit ad1ccfe

Please sign in to comment.