diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-13 00:53:18 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-13 01:06:43 +0100 |
commit | de4686c5c5568f2aa0c818b623ef27967156c0d0 (patch) | |
tree | 0be07b2d2b7510a820b2750fccf08e435954de0f /dev-php/pecl-redis | |
parent | dev-php/phpspec-prophecy: fix VariableInHomepage (diff) | |
download | gentoo-de4686c5c5568f2aa0c818b623ef27967156c0d0.tar.gz gentoo-de4686c5c5568f2aa0c818b623ef27967156c0d0.tar.bz2 gentoo-de4686c5c5568f2aa0c818b623ef27967156c0d0.zip |
dev-php/pecl-redis: fix MissingUseDepDefault
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-php/pecl-redis')
-rw-r--r-- | dev-php/pecl-redis/pecl-redis-5.0.2.ebuild | 2 | ||||
-rw-r--r-- | 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 61a6320308de..77a59f7f0899 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 61a6320308de..77a59f7f0899 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" |