diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-02-27 12:16:55 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-02-27 12:16:55 +0000 |
commit | 3494ec3ae75a74a45557c5e691edc17fd120613a (patch) | |
tree | 00c4c96a9e80e6cc7aef6c7e17f6e77dedb2f6bd /dev-php5 | |
parent | alpha/ia64/sparc stable wrt #305715 (diff) | |
download | gentoo-2-3494ec3ae75a74a45557c5e691edc17fd120613a.tar.gz gentoo-2-3494ec3ae75a74a45557c5e691edc17fd120613a.tar.bz2 gentoo-2-3494ec3ae75a74a45557c5e691edc17fd120613a.zip |
Update the dep to restrict new gearman. Per bug #306547. Thx to Matthew Schultz
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-gearman/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php5/pecl-gearman/pecl-gearman-0.6.0.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-php5/pecl-gearman/ChangeLog b/dev-php5/pecl-gearman/ChangeLog index 1296877f3701..c106a841d29f 100644 --- a/dev-php5/pecl-gearman/ChangeLog +++ b/dev-php5/pecl-gearman/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php5/pecl-gearman -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-gearman/ChangeLog,v 1.1 2009/12/23 22:33:19 flameeyes Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-gearman/ChangeLog,v 1.2 2010/02/27 12:16:55 scarabeus Exp $ + + 27 Feb 2010; Tomáš Chvátal <scarabeus@gentoo.org> + pecl-gearman-0.6.0.ebuild: + Update the dep to restrict new gearman. Per bug #306547. Thx to Matthew + Schultz *pecl-gearman-0.6.0 (23 Dec 2009) diff --git a/dev-php5/pecl-gearman/pecl-gearman-0.6.0.ebuild b/dev-php5/pecl-gearman/pecl-gearman-0.6.0.ebuild index b6d5d972f955..c8f4b958f57b 100644 --- a/dev-php5/pecl-gearman/pecl-gearman-0.6.0.ebuild +++ b/dev-php5/pecl-gearman/pecl-gearman-0.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-gearman/pecl-gearman-0.6.0.ebuild,v 1.1 2009/12/23 22:33:19 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-gearman/pecl-gearman-0.6.0.ebuild,v 1.2 2010/02/27 12:16:55 scarabeus Exp $ PHP_EXT_NAME="gearman" PHP_EXT_INI="yes" @@ -15,7 +15,7 @@ LICENSE="PHP-3" SLOT="0" IUSE="" -DEPEND="sys-cluster/gearmand" +DEPEND="<sys-cluster/gearmand-0.12" RDEPEND="${DEPEND}" need_php_by_category |