commit: de4686c5c5568f2aa0c818b623ef27967156c0d0
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 23:53:18 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 00:06:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4686c5
dev-php/pecl-redis: fix MissingUseDepDefault
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-php/pecl-redis/pecl-redis-5.0.2.ebuild | 2 +-
dev-php/pecl-redis/pecl-redis-5.1.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-php/pecl-redis/pecl-redis-5.0.2.ebuild
b/dev-php/pecl-redis/pecl-redis-5.0.2.ebuild
index 61a6320308d..77a59f7f089 100644
--- a/dev-php/pecl-redis/pecl-redis-5.0.2.ebuild
+++ b/dev-php/pecl-redis/pecl-redis-5.0.2.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~arm"
IUSE="igbinary +json +session"
DEPEND="
- igbinary? (
dev-php/igbinary[php_targets_php7-1?,php_targets_php7-2?,php_targets_php7-3?,php_targets_php7-4?]
)
+ igbinary? (
>=dev-php/igbinary-3.0.1-r1[php_targets_php7-1?,php_targets_php7-2?,php_targets_php7-3?,php_targets_php7-4?]
)
"
RDEPEND="${DEPEND} !dev-php/pecl-redis:7"
diff --git a/dev-php/pecl-redis/pecl-redis-5.1.1.ebuild
b/dev-php/pecl-redis/pecl-redis-5.1.1.ebuild
index 61a6320308d..77a59f7f089 100644
--- a/dev-php/pecl-redis/pecl-redis-5.1.1.ebuild
+++ b/dev-php/pecl-redis/pecl-redis-5.1.1.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~arm"
IUSE="igbinary +json +session"
DEPEND="
- igbinary? (
dev-php/igbinary[php_targets_php7-1?,php_targets_php7-2?,php_targets_php7-3?,php_targets_php7-4?]
)
+ igbinary? (
>=dev-php/igbinary-3.0.1-r1[php_targets_php7-1?,php_targets_php7-2?,php_targets_php7-3?,php_targets_php7-4?]
)
"
RDEPEND="${DEPEND} !dev-php/pecl-redis:7"