diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-09-18 10:53:55 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-09-18 10:53:55 +0000 |
commit | d3cb77fdc21a5c96ebc07ab55ce887fe778558d1 (patch) | |
tree | 9ba88af827eb54e986aa0e2a4944f668ead2e9b9 /dev-php/dbunit | |
parent | version bump (diff) | |
download | gentoo-2-d3cb77fdc21a5c96ebc07ab55ce887fe778558d1.tar.gz gentoo-2-d3cb77fdc21a5c96ebc07ab55ce887fe778558d1.tar.bz2 gentoo-2-d3cb77fdc21a5c96ebc07ab55ce887fe778558d1.zip |
Fixed deps after pkgmove
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/dbunit')
-rw-r--r-- | dev-php/dbunit/dbunit-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/dbunit/dbunit-1.0.1.ebuild b/dev-php/dbunit/dbunit-1.0.1.ebuild index b35e524b115e..5c401db69fd8 100644 --- a/dev-php/dbunit/dbunit-1.0.1.ebuild +++ b/dev-php/dbunit/dbunit-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/dbunit/dbunit-1.0.1.ebuild,v 1.8 2011/06/28 07:28:03 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/dbunit/dbunit-1.0.1.ebuild,v 1.9 2011/09/18 10:53:55 olemarkus Exp $ EAPI="3" PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" @@ -20,4 +20,4 @@ RDEPEND="${RDEPEND} >=dev-php5/ezc-ConsoleTools-1.6 >=dev-php/file-iterator-1.2.2 dev-php/php-tokenstream - dev-php5/PEAR-Text_Template" + dev-php/php-texttemplate" |