summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-04-16 12:47:24 -0400
committerBrian Evans <grknight@gentoo.org>2018-04-16 12:47:24 -0400
commit3c8b57872ce5b1ea46efbfbda51bc90c9ff54933 (patch)
treefe227f7531ce2cdebf772235e9941b919dffad28 /dev-php
parentmail-mta/exim: specify best matching db version, bug #653252 (diff)
downloadgentoo-3c8b57872ce5b1ea46efbfbda51bc90c9ff54933.tar.gz
gentoo-3c8b57872ce5b1ea46efbfbda51bc90c9ff54933.tar.bz2
gentoo-3c8b57872ce5b1ea46efbfbda51bc90c9ff54933.zip
dev-php/pecl-redis: Revbump for missing dependency
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/pecl-redis/pecl-redis-3.1.6-r1.ebuild (renamed from dev-php/pecl-redis/pecl-redis-3.1.6.ebuild)11
-rw-r--r--dev-php/pecl-redis/pecl-redis-4.0.0-r1.ebuild (renamed from dev-php/pecl-redis/pecl-redis-4.0.0.ebuild)11
2 files changed, 12 insertions, 10 deletions
diff --git a/dev-php/pecl-redis/pecl-redis-3.1.6.ebuild b/dev-php/pecl-redis/pecl-redis-3.1.6-r1.ebuild
index 486ad8e21f74..4033476716d3 100644
--- a/dev-php/pecl-redis/pecl-redis-3.1.6.ebuild
+++ b/dev-php/pecl-redis/pecl-redis-3.1.6-r1.ebuild
@@ -18,11 +18,12 @@ SLOT="0"
KEYWORDS="~amd64 ~arm"
IUSE="igbinary +session"
-DEPEND="igbinary? (
- php_targets_php5-6? ( dev-php/igbinary[php_targets_php5-6] )
- php_targets_php7-0? ( dev-php/igbinary[php_targets_php7-0] )
- php_targets_php7-1? ( dev-php/igbinary[php_targets_php7-1] )
- php_targets_php7-2? ( dev-php/igbinary[php_targets_php7-2] ) ) "
+DEPEND="
+ php_targets_php5-6? ( dev-lang/php:5.6[session?] igbinary? ( dev-php/igbinary[php_targets_php5-6] ) )
+ php_targets_php7-0? ( dev-lang/php:7.0[session?] igbinary? ( dev-php/igbinary[php_targets_php7-0] ) )
+ php_targets_php7-1? ( dev-lang/php:7.1[session?] igbinary? ( dev-php/igbinary[php_targets_php7-1] ) )
+ php_targets_php7-2? ( dev-lang/php:7.2[session?] igbinary? ( dev-php/igbinary[php_targets_php7-2] ) )
+"
RDEPEND="${DEPEND} !dev-php/pecl-redis:7"
# The test suite requires network access.
diff --git a/dev-php/pecl-redis/pecl-redis-4.0.0.ebuild b/dev-php/pecl-redis/pecl-redis-4.0.0-r1.ebuild
index af4fb3636c09..4cf2aa9cb6cf 100644
--- a/dev-php/pecl-redis/pecl-redis-4.0.0.ebuild
+++ b/dev-php/pecl-redis/pecl-redis-4.0.0-r1.ebuild
@@ -18,11 +18,12 @@ SLOT="0"
KEYWORDS="~amd64 ~arm"
IUSE="igbinary +session"
-DEPEND="igbinary? (
- php_targets_php5-6? ( dev-php/igbinary[php_targets_php5-6] )
- php_targets_php7-0? ( dev-php/igbinary[php_targets_php7-0] )
- php_targets_php7-1? ( dev-php/igbinary[php_targets_php7-1] )
- php_targets_php7-2? ( dev-php/igbinary[php_targets_php7-2] ) ) "
+DEPEND="
+ php_targets_php5-6? ( dev-lang/php:5.6[session?] igbinary? ( dev-php/igbinary[php_targets_php5-6] ) )
+ php_targets_php7-0? ( dev-lang/php:7.0[session?] igbinary? ( dev-php/igbinary[php_targets_php7-0] ) )
+ php_targets_php7-1? ( dev-lang/php:7.1[session?] igbinary? ( dev-php/igbinary[php_targets_php7-1] ) )
+ php_targets_php7-2? ( dev-lang/php:7.2[session?] igbinary? ( dev-php/igbinary[php_targets_php7-2] ) )
+"
RDEPEND="${DEPEND} !dev-php/pecl-redis:7"
# The test suite requires network access.