diff options
author | Jack Morgan <jmorgan@gentoo.org> | 2002-12-09 11:33:24 +0000 |
---|---|---|
committer | Jack Morgan <jmorgan@gentoo.org> | 2002-12-09 11:33:24 +0000 |
commit | 7c7c60886da8c30d5e94f2929414e7298e7dfc61 (patch) | |
tree | 7d396659b8da1e1d150774e053da6627ac3af33e /eclass | |
parent | sandbox violation fix (diff) | |
download | gentoo-2-7c7c60886da8c30d5e94f2929414e7298e7dfc61.tar.gz gentoo-2-7c7c60886da8c30d5e94f2929414e7298e7dfc61.tar.bz2 gentoo-2-7c7c60886da8c30d5e94f2929414e7298e7dfc61.zip |
removed sparc64 from aspell-dict.eclass
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 f9def4c1aeab..76afaaab1412 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 # Author: Seemant Kulleen <seemant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.7 2002/10/25 19:55:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.8 2002/12/09 11:33:24 jmorgan 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 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc" aspell-dict_src_compile() { ./configure || die |