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 | 8d1570f9548122c47e4b0d81db18fb37e83e1428 (patch) | |
tree | eb2c9e99b0e28d2c33283665709be14a8546efea /dev-php/phpcpd | |
parent | Moving dev-php5/PEAR-PHP_Timer to dev-php/php-timer (diff) | |
download | historical-8d1570f9548122c47e4b0d81db18fb37e83e1428.tar.gz historical-8d1570f9548122c47e4b0d81db18fb37e83e1428.tar.bz2 historical-8d1570f9548122c47e4b0d81db18fb37e83e1428.zip |
Fixed a dependency issue (bug 375839)
Package-Manager: portage-2.1.9.49/cvs/Linux x86_64
Diffstat (limited to 'dev-php/phpcpd')
-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" |