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 | 919c4b98dbfeb9b6d20a76e6bf0655ea3b0d4b6a (patch) | |
tree | f62d0ea4dc38754005fbf5ee03a962b258b24672 /eclass | |
parent | Mask ~amd64. (diff) | |
download | gentoo-2-919c4b98dbfeb9b6d20a76e6bf0655ea3b0d4b6a.tar.gz gentoo-2-919c4b98dbfeb9b6d20a76e6bf0655ea3b0d4b6a.tar.bz2 gentoo-2-919c4b98dbfeb9b6d20a76e6bf0655ea3b0d4b6a.zip |
fix KEYWORDS
Diffstat (limited to '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" |