diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-26 11:37:06 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-26 11:37:06 +0000 |
commit | 68ec870750cc904c91477c20d6984181f030f4e2 (patch) | |
tree | 42738551a8db8f7a2748f76920dd3111914b6abd /dev-php/PEAR-PHP_CompatInfo | |
parent | Updated deps on phpunit (diff) | |
download | gentoo-2-68ec870750cc904c91477c20d6984181f030f4e2.tar.gz gentoo-2-68ec870750cc904c91477c20d6984181f030f4e2.tar.bz2 gentoo-2-68ec870750cc904c91477c20d6984181f030f4e2.zip |
Updated deps on phpunit
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-php/PEAR-PHP_CompatInfo')
-rw-r--r-- | dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.6.1.ebuild b/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.6.1.ebuild index bc1320d17ee9..1cf14cbbf772 100644 --- a/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.6.1.ebuild +++ b/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.6.1.ebuild,v 1.1 2008/02/26 16:33:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.6.1.ebuild,v 1.2 2011/03/26 11:37:06 olemarkus Exp $ inherit php-pear-r1 depend.php @@ -14,7 +14,7 @@ IUSE="minimal" RDEPEND="!minimal? ( >=dev-php/PEAR-Console_Table-1.0.5 >=dev-php/PEAR-Console_Getargs-1.3.3 >=dev-php/PEAR-XML_Util-1.1.4 - >=dev-php5/phpunit-3.2.0 )" + >=dev-php/phpunit-3.2.0 )" pkg_setup() { require_php_with_use tokenizer |