diff options
author | 2006-07-04 08:45:35 +0000 | |
---|---|---|
committer | 2006-07-04 08:45:35 +0000 | |
commit | 00b3b6ca4d217baa48cfb70a157aacfe90214fab (patch) | |
tree | a98bd450880be4dfc34389a0d38f65946b45255c /dev-perl/Finance-Quote/Finance-Quote-1.08-r1.ebuild | |
parent | Fixed RDEPEND wrt bug #134781; fixed DEPEND (diff) | |
download | gentoo-2-00b3b6ca4d217baa48cfb70a157aacfe90214fab.tar.gz gentoo-2-00b3b6ca4d217baa48cfb70a157aacfe90214fab.tar.bz2 gentoo-2-00b3b6ca4d217baa48cfb70a157aacfe90214fab.zip |
Fixed RDEPEND wrt bug #134781; fixed header
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl/Finance-Quote/Finance-Quote-1.08-r1.ebuild')
-rw-r--r-- | dev-perl/Finance-Quote/Finance-Quote-1.08-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.08-r1.ebuild b/dev-perl/Finance-Quote/Finance-Quote-1.08-r1.ebuild index 593b69beed57..56a00643dd27 100644 --- a/dev-perl/Finance-Quote/Finance-Quote-1.08-r1.ebuild +++ b/dev-perl/Finance-Quote/Finance-Quote-1.08-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.08-r1.ebuild,v 1.9 2005/10/03 13:02:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.08-r1.ebuild,v 1.10 2006/07/04 08:45:35 ian Exp $ inherit perl-module eutils @@ -18,6 +18,7 @@ SRC_TEST="do" DEPEND="dev-perl/libwww-perl dev-perl/HTML-TableExtract" +RDEPEND="${DEPEND}" mydoc="TODO" @@ -26,5 +27,3 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/${P}-tase.patch } - - |