summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2003-07-09 06:22:47 +0000
committerDaniel Robbins <drobbins@gentoo.org>2003-07-09 06:22:47 +0000
commit5d250e07750c252e2e7b78cff964aaf9e26c755e (patch)
tree63f96d2d87e47237eb82cc03f7b02857e89e3283 /eclass
parentVersion bump. (diff)
downloadgentoo-2-5d250e07750c252e2e7b78cff964aaf9e26c755e.tar.gz
gentoo-2-5d250e07750c252e2e7b78cff964aaf9e26c755e.tar.bz2
gentoo-2-5d250e07750c252e2e7b78cff964aaf9e26c755e.zip
RDEPEND fix (was missing)
Diffstat (limited to 'eclass')
-rw-r--r--eclass/aspell-dict.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/aspell-dict.eclass b/eclass/aspell-dict.eclass
index 93a01287bf66..c64d832b13c1 100644
--- a/eclass/aspell-dict.eclass
+++ b/eclass/aspell-dict.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.14 2003/06/29 19:30:33 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.15 2003/07/09 06:22:47 drobbins Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
#
@@ -21,6 +21,7 @@ HOMEPAGE="http://aspell.net"
SRC_URI="ftp://ftp.gnu.org/gnu/aspell/dict/${SPELLANG}/${MY_P}.tar.bz2"
DEPEND=">=app-text/aspell-0.50"
+RDEPEND="$DEPEND"
SLOT="0"
KEYWORDS="x86 ppc sparc alpha mips hppa arm"