diff options
author | Brian Evans <grknight@gentoo.org> | 2015-01-12 15:39:40 +0000 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2015-01-12 15:39:40 +0000 |
commit | 646e9048350a92abe14af42e25161fa014dcf543 (patch) | |
tree | 9b80f6869300433ef7102da7d8301e7682baf4d9 /dev-php/pecl-memcached/pecl-memcached-2.2.0.ebuild | |
parent | add live ebuild for github version and take a snapshot from there: sf version... (diff) | |
download | historical-646e9048350a92abe14af42e25161fa014dcf543.tar.gz historical-646e9048350a92abe14af42e25161fa014dcf543.tar.bz2 historical-646e9048350a92abe14af42e25161fa014dcf543.zip |
Correct igbinary conditional dependency
Package-Manager: portage-2.2.15/cvs/Linux x86_64
Manifest-Sign-Key: 0xD1F781EFF9F4A3B6
Diffstat (limited to 'dev-php/pecl-memcached/pecl-memcached-2.2.0.ebuild')
-rw-r--r-- | dev-php/pecl-memcached/pecl-memcached-2.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/pecl-memcached/pecl-memcached-2.2.0.ebuild b/dev-php/pecl-memcached/pecl-memcached-2.2.0.ebuild index 6ff6cc139d04..3caeed8c13e2 100644 --- a/dev-php/pecl-memcached/pecl-memcached-2.2.0.ebuild +++ b/dev-php/pecl-memcached/pecl-memcached-2.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcached/pecl-memcached-2.2.0.ebuild,v 1.1 2014/09/28 12:28:12 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcached/pecl-memcached-2.2.0.ebuild,v 1.2 2015/01/12 15:39:35 grknight Exp $ EAPI="4" PHP_EXT_NAME="memcached" @@ -22,7 +22,7 @@ IUSE="+session igbinary json sasl" DEPEND="|| ( >=dev-libs/libmemcached-1.0.14 >=dev-libs/libmemcached-1.0[sasl?] ) sys-libs/zlib dev-lang/php[session?,json?] - igbinary? ( dev-php/igbinary[php_targets_php5-5?,php_targets_php5-4?,php_targets_php5-3?] )" + igbinary? ( dev-php/igbinary[php_targets_php5-5?,php_targets_php5-4?,php_targets_php5-6?] )" RDEPEND="${DEPEND}" src_prepare() { |