diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-11-18 23:46:30 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-11-18 23:46:30 +0000 |
commit | d2c1319878d7eae447ff17b47289029b3b1ae0b8 (patch) | |
tree | 7d119c903c8112100f2f824d0016f2f5be80f1a7 /eclass/aspell-dict.eclass | |
parent | 2.6 fix (~ppc) (diff) | |
download | gentoo-2-d2c1319878d7eae447ff17b47289029b3b1ae0b8.tar.gz gentoo-2-d2c1319878d7eae447ff17b47289029b3b1ae0b8.tar.bz2 gentoo-2-d2c1319878d7eae447ff17b47289029b3b1ae0b8.zip |
add ia64 to KEYWORDS
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 57690a80f008..70ec86bd624c 100644 --- a/eclass/aspell-dict.eclass +++ b/eclass/aspell-dict.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.20 2003/10/19 11:50:36 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.21 2003/11/18 23:46:30 agriffis Exp $ # # Author: Seemant Kulleen <seemant@gentoo.org> # @@ -24,7 +24,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/aspell/dict/${SPELLANG}/${MY_P}.tar.bz2" RDEPEND=">=app-text/aspell-0.50" SLOT="0" -KEYWORDS="x86 ppc sparc alpha mips hppa arm amd64" +KEYWORDS="x86 ppc sparc alpha mips hppa arm amd64 ia64" PROVIDE="virtual/aspell-dict" |