diff options
author | 2006-08-05 03:22:44 +0000 | |
---|---|---|
committer | 2006-08-05 03:22:44 +0000 | |
commit | 2b4f23d223b3163cf0317f575824c1b03bb8901d (patch) | |
tree | 392f700160549cd2e7c3bb528f39668d96ccd1a2 /dev-perl/Email-Find/Email-Find-0.09.ebuild | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | historical-2b4f23d223b3163cf0317f575824c1b03bb8901d.tar.gz historical-2b4f23d223b3163cf0317f575824c1b03bb8901d.tar.bz2 historical-2b4f23d223b3163cf0317f575824c1b03bb8901d.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Email-Find/Email-Find-0.09.ebuild')
-rw-r--r-- | dev-perl/Email-Find/Email-Find-0.09.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/Email-Find/Email-Find-0.09.ebuild b/dev-perl/Email-Find/Email-Find-0.09.ebuild index bd1930a0ae4b..2155dbafce5a 100644 --- a/dev-perl/Email-Find/Email-Find-0.09.ebuild +++ b/dev-perl/Email-Find/Email-Find-0.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Find/Email-Find-0.09.ebuild,v 1.16 2006/07/04 07:52:47 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Find/Email-Find-0.09.ebuild,v 1.17 2006/08/05 03:09:56 mcummings Exp $ inherit perl-module @@ -17,5 +17,7 @@ SRC_TEST="do" DEPEND="dev-perl/MailTools dev-perl/Email-Valid - virtual/perl-Test-Simple" -RDEPEND="${DEPEND}"
\ No newline at end of file + virtual/perl-Test-Simple + dev-lang/perl" +RDEPEND="${DEPEND}" + |