From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B76B138338 for ; Fri, 13 Dec 2019 00:07:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9875E087C; Fri, 13 Dec 2019 00:07:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91940E087C for ; Fri, 13 Dec 2019 00:07:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F42434D97C for ; Fri, 13 Dec 2019 00:07:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4862592A for ; Fri, 13 Dec 2019 00:07:22 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1576195603.de4686c5c5568f2aa0c818b623ef27967156c0d0.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-redis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-redis/pecl-redis-5.0.2.ebuild dev-php/pecl-redis/pecl-redis-5.1.1.ebuild X-VCS-Directories: dev-php/pecl-redis/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: de4686c5c5568f2aa0c818b623ef27967156c0d0 X-VCS-Branch: master Date: Fri, 13 Dec 2019 00:07:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1db6c16c-4009-4fda-a056-769963d289f4 X-Archives-Hash: 7961708f63e7e595f62efef4e2f6c036 commit: de4686c5c5568f2aa0c818b623ef27967156c0d0 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Dec 12 23:53:18 2019 +0000 Commit: Thomas Deutschmann gentoo 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 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"