diff options
author | Tom Gall <tgall@gentoo.org> | 2004-09-16 03:49:59 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-09-16 03:49:59 +0000 |
commit | 1835c4109e888484190abaef8545601b34d05a0a (patch) | |
tree | a7c88f6377d89bf84b3c9fe7ceef95e42ee333b6 /eclass/aspell-dict.eclass | |
parent | change to ppc-macos keyword (diff) | |
download | historical-1835c4109e888484190abaef8545601b34d05a0a.tar.gz historical-1835c4109e888484190abaef8545601b34d05a0a.tar.bz2 historical-1835c4109e888484190abaef8545601b34d05a0a.zip |
add ppc64 to aspell eclass
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 7c608d876326..b470ca9f4d0c 100644 --- a/eclass/aspell-dict.eclass +++ b/eclass/aspell-dict.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.28 2004/07/30 21:31:52 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.29 2004/09/16 03:49:59 tgall Exp $ # # Author: Seemant Kulleen <seemant@gentoo.org> # @@ -23,7 +23,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/aspell/dict/${SPELLANG}/${MY_P}.tar.bz2" IUSE="" SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64" RDEPEND=">=app-text/aspell-0.50 sys-apps/which" |