diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-17 18:26:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-17 18:26:24 +0000 |
commit | 3531ae78adc4251b2326067bedf7d5032f5671b5 (patch) | |
tree | f91902a672a8ddc19f104208a2eb33381abad457 /app-text/aspell | |
parent | Initial commit (diff) | |
download | historical-3531ae78adc4251b2326067bedf7d5032f5671b5.tar.gz historical-3531ae78adc4251b2326067bedf7d5032f5671b5.tar.bz2 historical-3531ae78adc4251b2326067bedf7d5032f5671b5.zip |
fix arm KEYWORDS
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/aspell-0.50.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/aspell/aspell-0.50.5-r2.ebuild b/app-text/aspell/aspell-0.50.5-r2.ebuild index 773eb2f05878..c0918e7b7190 100644 --- a/app-text/aspell/aspell-0.50.5-r2.ebuild +++ b/app-text/aspell/aspell-0.50.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.5-r2.ebuild,v 1.2 2004/06/17 02:06:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.5-r2.ebuild,v 1.3 2004/06/17 18:26:24 vapier Exp $ inherit libtool eutils @@ -10,7 +10,7 @@ SRC_URI="http://aspell.net/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha ~arm hppa amd64 ia64 s390" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390" IUSE="gpm" DEPEND=">=sys-libs/ncurses-5.2 |