Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-memcached/
Date: Tue, 04 Jun 2019 16:22:14
Message-Id: 1559665314.ef5c871b2cbf6608415d7e761503a3b34b7cb13a.grknight@gentoo
1 commit: ef5c871b2cbf6608415d7e761503a3b34b7cb13a
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 4 16:21:54 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 4 16:21:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5c871b
7
8 dev-php/pecl-memcached: Help dependency resolution
9
10 Let the PM know that missing USE are disabled on igbinary
11
12 Bug: https://bugs.gentoo.org/685188
13 Package-Manager: Portage-2.3.67, Repoman-2.3.13
14 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
15
16 dev-php/pecl-memcached/pecl-memcached-3.1.3.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-php/pecl-memcached/pecl-memcached-3.1.3.ebuild b/dev-php/pecl-memcached/pecl-memcached-3.1.3.ebuild
20 index 3b635d6831c..29089ab1950 100644
21 --- a/dev-php/pecl-memcached/pecl-memcached-3.1.3.ebuild
22 +++ b/dev-php/pecl-memcached/pecl-memcached-3.1.3.ebuild
23 @@ -17,7 +17,7 @@ IUSE="examples igbinary json sasl +session test"
24
25 COMMON_DEPEND=">=dev-libs/libmemcached-1.0.14[sasl?]
26 sys-libs/zlib
27 - igbinary? ( dev-php/igbinary[php_targets_php7-0?,php_targets_php7-1?,php_targets_php7-2?,php_targets_php7-3?] )
28 + igbinary? ( dev-php/igbinary[php_targets_php7-0(-)?,php_targets_php7-1(-)?,php_targets_php7-2(-)?,php_targets_php7-3(-)?] )
29 "
30
31 DEPEND="