From: Brian Evans Date: Mon, 16 Apr 2018 16:47:24 +0000 (-0400) Subject: dev-php/pecl-redis: Revbump for missing dependency X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3c8b57872ce5b1ea46efbfbda51bc90c9ff54933;p=gentoo.git dev-php/pecl-redis: Revbump for missing dependency Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- 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.