diff options
author | 2011-03-26 11:37:06 +0000 | |
---|---|---|
committer | 2011-03-26 11:37:06 +0000 | |
commit | d6945c7b5e4979cc384ba4f6b8f48a23259e10b5 (patch) | |
tree | 0fba6f284d9a71843203db182efc32a99128e67a /dev-php/PEAR-PHP_CompatInfo | |
parent | [app-emulation/xen] Clean up (diff) | |
download | historical-d6945c7b5e4979cc384ba4f6b8f48a23259e10b5.tar.gz historical-d6945c7b5e4979cc384ba4f6b8f48a23259e10b5.tar.bz2 historical-d6945c7b5e4979cc384ba4f6b8f48a23259e10b5.zip |
Updated deps on phpunit
Package-Manager: portage-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 |