diff options
author | Graham Forest <vitaminmoo@gentoo.org> | 2003-03-08 01:12:27 +0000 |
---|---|---|
committer | Graham Forest <vitaminmoo@gentoo.org> | 2003-03-08 01:12:27 +0000 |
commit | 78a35ce8cc7dfdaf0db4d58405612e7e72d7339b (patch) | |
tree | 0ca45f4c336fbe8a2aae416552f18a1d9f6cb03b /eclass/aspell-dict.eclass | |
parent | Added all KEYWORDS (diff) | |
download | historical-78a35ce8cc7dfdaf0db4d58405612e7e72d7339b.tar.gz historical-78a35ce8cc7dfdaf0db4d58405612e7e72d7339b.tar.bz2 historical-78a35ce8cc7dfdaf0db4d58405612e7e72d7339b.zip |
Added all to KEYWORDS
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 f7f4ff318c7c..51c7c0da9279 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.10 2003/02/16 04:26:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.11 2003/03/08 01:12:27 vladimir Exp $ # # Author: Seemant Kulleen <seemant@gentoo.org> # @@ -22,7 +22,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/aspell/${MY_P}.tar.bz2" DEPEND=">=app-text/aspell-0.50" SLOT="0" -KEYWORDS="x86 ppc sparc ~alpha ~mips ~hppa" +KEYWORDS="x86 ppc sparc alpha mips hppa arm" aspell-dict_src_compile() { ./configure || die |