blob: 5f232c6c7b44d55648bd6b597c66e1281f9bf222 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-en/aspell-en-6.0.0.ebuild,v 1.4 2005/01/01 12:41:50 eradicator Exp $
ASPELL_LANG="English (US, British, Canadian)"
LICENSE="as-is public-domain"
ASPOSTFIX="6"
inherit aspell-dict
# as this depends on aspell 0.6 we need to change the KEYWORDS
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""
|