diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-09-16 04:05:42 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-09-16 04:05:42 +0000 |
commit | 4039cdfb1dcfe4a12b0b8165395b3d42f3893e41 (patch) | |
tree | 6399b3c7473f5d44cd71365667d625baff2e757b /eclass/aspell-dict.eclass | |
parent | moved fs stuff to sys-fs (diff) | |
download | gentoo-2-4039cdfb1dcfe4a12b0b8165395b3d42f3893e41.tar.gz gentoo-2-4039cdfb1dcfe4a12b0b8165395b3d42f3893e41.tar.bz2 gentoo-2-4039cdfb1dcfe4a12b0b8165395b3d42f3893e41.zip |
newdepend to DEPEND=
Diffstat (limited to 'eclass/aspell-dict.eclass')
-rw-r--r-- | eclass/aspell-dict.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/aspell-dict.eclass b/eclass/aspell-dict.eclass index 684e71fedb53..f133464f2048 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.18 2003/07/22 00:35:56 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.19 2003/09/16 04:05:42 seemant Exp $ # # Author: Seemant Kulleen <seemant@gentoo.org> # @@ -21,7 +21,7 @@ DESCRIPTION="${ASPELL_LANG} language dictionary for aspell" HOMEPAGE="http://aspell.net" SRC_URI="ftp://ftp.gnu.org/gnu/aspell/dict/${SPELLANG}/${MY_P}.tar.bz2" -newdepend ">=app-text/aspell-0.50" +RDEPEND=">=app-text/aspell-0.50" SLOT="0" KEYWORDS="x86 ppc sparc alpha mips hppa arm amd64" |