diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-10-18 10:42:01 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-10-18 10:42:01 +0000 |
commit | b02fe605e059388d8f5d2f6ad960586a42b7997e (patch) | |
tree | be3b022969c2e3dcd607f11972e4d953b2b22619 /eclass | |
parent | Version bump. (diff) | |
download | gentoo-2-b02fe605e059388d8f5d2f6ad960586a42b7997e.tar.gz gentoo-2-b02fe605e059388d8f5d2f6ad960586a42b7997e.tar.bz2 gentoo-2-b02fe605e059388d8f5d2f6ad960586a42b7997e.zip |
added architectures from aspell to this
Diffstat (limited to '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 f9b016253307..1f418d607021 100644 --- a/eclass/aspell-dict.eclass +++ b/eclass/aspell-dict.eclass @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Seemant Kulleen <seemant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.5 2002/08/23 14:00:27 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.6 2002/10/18 10:42:01 seemant Exp $ # The aspell-dict eclass is designed to streamline the construction of # ebuilds for the new aspell dictionaries (from gnu.org) which support @@ -21,7 +21,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/aspell/${MY_P}.tar.bz2" DEPEND=">=app-text/aspell-0.50" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ppc sparc sparc64" aspell-dict_src_compile() { ./configure || die |