diff options
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 |