diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-07-21 11:36:14 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-07-21 11:36:14 +0000 |
commit | 95c70702580a215d3790ff0e349c795558005761 (patch) | |
tree | 1ecc5d8a0713f6d9b1723bc55f60c686da958168 /dev-php | |
parent | Moving dev-php5/PEAR-PHP_Timer to dev-php/php-timer (diff) | |
download | gentoo-2-95c70702580a215d3790ff0e349c795558005761.tar.gz gentoo-2-95c70702580a215d3790ff0e349c795558005761.tar.bz2 gentoo-2-95c70702580a215d3790ff0e349c795558005761.zip |
Fixed a dependency issue (bug 375839)
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/phpcpd/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/phpcpd/phpcpd-1.3.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/phpcpd/ChangeLog b/dev-php/phpcpd/ChangeLog index e9f7422f4d2b..77758a6ad629 100644 --- a/dev-php/phpcpd/ChangeLog +++ b/dev-php/phpcpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/phpcpd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpcpd/ChangeLog,v 1.1 2011/03/26 12:55:05 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpcpd/ChangeLog,v 1.2 2011/07/21 11:36:14 olemarkus Exp $ + + 21 Jul 2011; <olemarkus@gentoo.org> phpcpd-1.3.2.ebuild: + Fixed a dependency issue (bug 375839) *phpcpd-1.3.2 (26 Mar 2011) diff --git a/dev-php/phpcpd/phpcpd-1.3.2.ebuild b/dev-php/phpcpd/phpcpd-1.3.2.ebuild index 0723ad866d88..7c76dcc63b00 100644 --- a/dev-php/phpcpd/phpcpd-1.3.2.ebuild +++ b/dev-php/phpcpd/phpcpd-1.3.2.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/phpcpd/phpcpd-1.3.2.ebuild,v 1.2 2011/04/16 12:45:40 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpcpd/phpcpd-1.3.2.ebuild,v 1.3 2011/07/21 11:36:14 olemarkus Exp $ EAPI="3" PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" @@ -16,4 +16,5 @@ HOMEPAGE="http://www.phpunit.de" RDEPEND="${RDEPEND} >=dev-php5/ezc-ConsoleTools-1.6 - >=dev-php/file-iterator-1.1.0" + >=dev-php/file-iterator-1.1.0 + dev-php/php-timer" |