diff options
author | Calum Selkirk <cselkirk@gentoo.org> | 2002-07-23 02:27:37 +0000 |
---|---|---|
committer | Calum Selkirk <cselkirk@gentoo.org> | 2002-07-23 02:27:37 +0000 |
commit | 9c25865b03dd749c7db01ed0a8bca7a4ac1bcc38 (patch) | |
tree | 35ce446145d845d3fe805205552af80e2de450cb /net-mail/grepmail/grepmail-4.70-r1.ebuild | |
parent | digest too (diff) | |
download | gentoo-2-9c25865b03dd749c7db01ed0a8bca7a4ac1bcc38.tar.gz gentoo-2-9c25865b03dd749c7db01ed0a8bca7a4ac1bcc38.tar.bz2 gentoo-2-9c25865b03dd749c7db01ed0a8bca7a4ac1bcc38.zip |
Added dev-perl/Digest-MD5 and dev-prel/Parse-RecDescent to DEPEND
Diffstat (limited to 'net-mail/grepmail/grepmail-4.70-r1.ebuild')
-rw-r--r-- | net-mail/grepmail/grepmail-4.70-r1.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net-mail/grepmail/grepmail-4.70-r1.ebuild b/net-mail/grepmail/grepmail-4.70-r1.ebuild index abb8c2fc531c..ad859317d5d4 100644 --- a/net-mail/grepmail/grepmail-4.70-r1.ebuild +++ b/net-mail/grepmail/grepmail-4.70-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/grepmail/grepmail-4.70-r1.ebuild,v 1.2 2002/07/17 06:38:03 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/grepmail/grepmail-4.70-r1.ebuild,v 1.3 2002/07/23 02:27:37 cselkirk Exp $ inherit perl-module @@ -11,13 +11,17 @@ SRC_URI="mirror://sourceforge/grepmail/${P}.tar.gz" SLOT="0" LICENSE="Artistic" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="${DEPEND} dev-perl/Inline dev-perl/TimeDate - dev-perl/DateManip" + dev-perl/DateManip + dev-perl/Digest-MD5 + dev-perl/Parse-RecDescent" +RDEPEND="" + src_compile () { echo "" | base_src_compile |