diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2005-02-20 10:17:01 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2005-02-20 10:17:01 +0000 |
commit | f4329fec25ff3cfae75917129530ece3121fcddd (patch) | |
tree | 03707b180ea7ba800cf58414c2a977e85cdfb7e9 /eclass/aspell-dict.eclass | |
parent | Mask ~amd64. (diff) | |
download | historical-f4329fec25ff3cfae75917129530ece3121fcddd.tar.gz historical-f4329fec25ff3cfae75917129530ece3121fcddd.tar.bz2 historical-f4329fec25ff3cfae75917129530ece3121fcddd.zip |
fix KEYWORDS
Diffstat (limited to 'eclass/aspell-dict.eclass')
-rw-r--r-- | eclass/aspell-dict.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/aspell-dict.eclass b/eclass/aspell-dict.eclass index 0641f1db893c..8f5543cb35ca 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.30 2004/10/03 22:13:56 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.31 2005/02/20 10:17:01 arj Exp $ # # Author: Seemant Kulleen <seemant@gentoo.org> # @@ -24,14 +24,15 @@ 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 ppc64" if [ x${ASPOSTFIX} = x6 ] ; then RDEPEND=">=app-text/aspell-0.60 sys-apps/which" + KEYWORDS="~x86 ~ppc ~sparc ~amd64" else RDEPEND=">=app-text/aspell-0.50 sys-apps/which" + KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64" fi PROVIDE="virtual/aspell-dict" |