summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-03-03 18:28:30 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-03-03 18:28:30 +0000
commit189f63ff3cb055d55f67a16df34ea31b5d6e14b0 (patch)
tree0c3e5e160938b1251e48ed62206e1d0a7577f0bd /dev-php5/phpunit
parentChanged deps from dev-php5/xdebug to dev-php/xdebug. Bug #324665 (diff)
downloadgentoo-2-189f63ff3cb055d55f67a16df34ea31b5d6e14b0.tar.gz
gentoo-2-189f63ff3cb055d55f67a16df34ea31b5d6e14b0.tar.bz2
gentoo-2-189f63ff3cb055d55f67a16df34ea31b5d6e14b0.zip
Changed deps from dev-php5/xdebug to dev-php/xdebug. Bug #324665
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/phpunit')
-rw-r--r--dev-php5/phpunit/phpunit-3.4.13.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php5/phpunit/phpunit-3.4.13.ebuild b/dev-php5/phpunit/phpunit-3.4.13.ebuild
index 5e8481b70ece..80dfd25d3fdd 100644
--- a/dev-php5/phpunit/phpunit-3.4.13.ebuild
+++ b/dev-php5/phpunit/phpunit-3.4.13.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.4.13.ebuild,v 1.4 2010/11/05 04:31:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.4.13.ebuild,v 1.5 2011/03/03 18:28:30 olemarkus Exp $
EAPI="2"
inherit php-pear-lib-r1
@@ -19,7 +19,7 @@ DEPEND="!dev-php4/phpunit
RDEPEND="${DEPEND}
>=dev-lang/php-5.2[simplexml,xml,tokenizer]
|| ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 )
- !minimal? ( >=dev-php5/xdebug-2.0.5
+ !minimal? ( >=dev-php/xdebug-2.0.5
>=dev-php/PEAR-Image_GraphViz-1.2.1
>=dev-php/PEAR-Log-1.8.7-r1
>=dev-php/PEAR-Testing_Selenium-0.2.0 )"