From 3c8b57872ce5b1ea46efbfbda51bc90c9ff54933 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Mon, 16 Apr 2018 12:47:24 -0400 Subject: [PATCH] dev-php/pecl-redis: Revbump for missing dependency Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- ...-redis-3.1.6.ebuild => pecl-redis-3.1.6-r1.ebuild} | 11 ++++++----- ...-redis-4.0.0.ebuild => pecl-redis-4.0.0-r1.ebuild} | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) rename dev-php/pecl-redis/{pecl-redis-3.1.6.ebuild => pecl-redis-3.1.6-r1.ebuild} (72%) rename dev-php/pecl-redis/{pecl-redis-4.0.0.ebuild => pecl-redis-4.0.0-r1.ebuild} (74%) 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 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 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 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. -- 2.26.2