diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-03 18:29:58 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-03 18:29:58 +0000 |
commit | 1e707625f8382e8600a05149e3e36146dc0c2d3c (patch) | |
tree | 86264a4cf3fa87cb6121071b25d6487a06cab11c /dev-php5/phing | |
parent | Remove entry for net-dns/bind-9.8* (diff) | |
download | historical-1e707625f8382e8600a05149e3e36146dc0c2d3c.tar.gz historical-1e707625f8382e8600a05149e3e36146dc0c2d3c.tar.bz2 historical-1e707625f8382e8600a05149e3e36146dc0c2d3c.zip |
Changed deps from dev-php5/xdebug to dev-php/xdebug. Bug #324665
Package-Manager: portage-2.1.9.41/cvs/Linux x86_64
Diffstat (limited to 'dev-php5/phing')
-rw-r--r-- | dev-php5/phing/phing-2.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php5/phing/phing-2.4.1.ebuild b/dev-php5/phing/phing-2.4.1.ebuild index 44ae1a8c2a87..2ed950fbc6f4 100644 --- a/dev-php5/phing/phing-2.4.1.ebuild +++ b/dev-php5/phing/phing-2.4.1.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/phing/phing-2.4.1.ebuild,v 1.3 2010/06/14 10:47:08 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phing/phing-2.4.1.ebuild,v 1.4 2011/03/03 18:29:09 olemarkus Exp $ EAPI="2" inherit php-pear-lib-r1 eutils @@ -19,7 +19,7 @@ RDEPEND="!minimal? ( >=dev-php/PEAR-PhpDocumentor-1.4.0 >=dev-php/PEAR-PEAR_PackageFileManager-1.5.2 >=dev-php/PEAR-VersionControl_SVN-0.3.0_alpha1 >=dev-php5/phpunit-3.2.0 - >=dev-php5/xdebug-2.0.0 + >=dev-php/xdebug-2.0.0 >=dev-php/simpletest-1.0.1_beta2 ) >=dev-lang/php-5.0.2[xml,xsl] || ( <dev-lang/php-5.3.1[pcre,reflection,spl] >=dev-lang/php-5.3.1 ) |