commit: 3c8b57872ce5b1ea46efbfbda51bc90c9ff54933
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 16:47:24 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Apr 16 16:47:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c8b5787
dev-php/pecl-redis: Revbump for missing dependency
Package-Manager: Portage-2.3.28, Repoman-2.3.9
.../{pecl-redis-3.1.6.ebuild => pecl-redis-3.1.6-r1.ebuild} | 11 ++++++-----
.../{pecl-redis-4.0.0.ebuild => pecl-redis-4.0.0-r1.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
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 486ad8e21f7..4033476716d 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
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 af4fb3636c0..4cf2aa9cb6c 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.