dev-php/pecl-redis: Revbump for missing dependency
authorBrian Evans <grknight@gentoo.org>
Mon, 16 Apr 2018 16:47:24 +0000 (12:47 -0400)
committerBrian Evans <grknight@gentoo.org>
Mon, 16 Apr 2018 16:47:24 +0000 (12:47 -0400)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

dev-php/pecl-redis/pecl-redis-3.1.6-r1.ebuild [moved from dev-php/pecl-redis/pecl-redis-3.1.6.ebuild with 72% similarity]
dev-php/pecl-redis/pecl-redis-4.0.0-r1.ebuild [moved from dev-php/pecl-redis/pecl-redis-4.0.0.ebuild with 74% similarity]

similarity index 72%
rename from dev-php/pecl-redis/pecl-redis-3.1.6.ebuild
rename to dev-php/pecl-redis/pecl-redis-3.1.6-r1.ebuild
index 486ad8e21f74fc42c2e0c11175149f81a818a52b..4033476716d34f1a2f7f5b76751ffaa3dde497e1 100644 (file)
@@ -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.
similarity index 74%
rename from dev-php/pecl-redis/pecl-redis-4.0.0.ebuild
rename to dev-php/pecl-redis/pecl-redis-4.0.0-r1.ebuild
index af4fb3636c091273bdf998b9d047672d64f52668..4cf2aa9cb6cfc637a7d08bfc83df84daf6911414 100644 (file)
@@ -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.