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 22A98138334 for ; Tue, 4 Jun 2019 16:22:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DD88E095C; Tue, 4 Jun 2019 16:22:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1238CE095C for ; Tue, 4 Jun 2019 16:22:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 48F12345719 for ; Tue, 4 Jun 2019 16:22:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE69A601 for ; Tue, 4 Jun 2019 16:22:07 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1559665314.ef5c871b2cbf6608415d7e761503a3b34b7cb13a.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-memcached/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-memcached/pecl-memcached-3.1.3.ebuild X-VCS-Directories: dev-php/pecl-memcached/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: ef5c871b2cbf6608415d7e761503a3b34b7cb13a X-VCS-Branch: master Date: Tue, 4 Jun 2019 16:22:07 +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: bab9e2c9-1751-4b4c-8116-637e17669d83 X-Archives-Hash: fadd6d69bbc37e15fc59e6cc418a2aab commit: ef5c871b2cbf6608415d7e761503a3b34b7cb13a Author: Brian Evans gentoo org> AuthorDate: Tue Jun 4 16:21:54 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Jun 4 16:21:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5c871b dev-php/pecl-memcached: Help dependency resolution Let the PM know that missing USE are disabled on igbinary Bug: https://bugs.gentoo.org/685188 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Brian Evans gentoo.org> dev-php/pecl-memcached/pecl-memcached-3.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/pecl-memcached/pecl-memcached-3.1.3.ebuild b/dev-php/pecl-memcached/pecl-memcached-3.1.3.ebuild index 3b635d6831c..29089ab1950 100644 --- a/dev-php/pecl-memcached/pecl-memcached-3.1.3.ebuild +++ b/dev-php/pecl-memcached/pecl-memcached-3.1.3.ebuild @@ -17,7 +17,7 @@ IUSE="examples igbinary json sasl +session test" COMMON_DEPEND=">=dev-libs/libmemcached-1.0.14[sasl?] sys-libs/zlib - igbinary? ( dev-php/igbinary[php_targets_php7-0?,php_targets_php7-1?,php_targets_php7-2?,php_targets_php7-3?] ) + igbinary? ( dev-php/igbinary[php_targets_php7-0(-)?,php_targets_php7-1(-)?,php_targets_php7-2(-)?,php_targets_php7-3(-)?] ) " DEPEND="