diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-19 16:14:08 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-19 16:14:08 +0000 |
commit | 9579629a1a0076062c8a885358e1444cad380e73 (patch) | |
tree | 41b7d7d9091b2e86420f5947699cbf3a659ecc7a /dev-php5/phpunit | |
parent | Version bump. Bug #359367. Thanks to Denny (diff) | |
download | gentoo-2-9579629a1a0076062c8a885358e1444cad380e73.tar.gz gentoo-2-9579629a1a0076062c8a885358e1444cad380e73.tar.bz2 gentoo-2-9579629a1a0076062c8a885358e1444cad380e73.zip |
Updated deps on dev-php/php-codecoverage
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/phpunit')
-rw-r--r-- | dev-php5/phpunit/phpunit-3.5.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php5/phpunit/phpunit-3.5.0-r1.ebuild b/dev-php5/phpunit/phpunit-3.5.0-r1.ebuild index 8653a332e400..4eff6ee3062c 100644 --- a/dev-php5/phpunit/phpunit-3.5.0-r1.ebuild +++ b/dev-php5/phpunit/phpunit-3.5.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.5.0-r1.ebuild,v 1.2 2011/03/14 12:53:14 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.5.0-r1.ebuild,v 1.3 2011/03/19 16:14:08 olemarkus Exp $ EAPI="2" inherit php-pear-lib-r1 @@ -22,7 +22,7 @@ RDEPEND="${DEPEND} >=dev-php/PEAR-Image_GraphViz-1.2.1 >=dev-php/PEAR-Log-1.8.7-r1 dev-php/dbunit - dev-php5/PEAR-PHP_CodeCoverage + dev-php/php-codecoverage dev-php5/PEAR-PHP_Timer dev-php5/phpunit-mockobject dev-php5/phpunit-selenium" |