summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Rune Jensen <arj@gentoo.org>2004-07-30 21:31:52 +0000
committerAnders Rune Jensen <arj@gentoo.org>2004-07-30 21:31:52 +0000
commitd013a9a2e74bdf4316d33f78c84b4288c1055f30 (patch)
tree079dba2a2dc5672fe86f4ba75ef81345ae559f96 /eclass/aspell-dict.eclass
parentmove dev-java/qat dev-java/qat-bin (diff)
downloadhistorical-d013a9a2e74bdf4316d33f78c84b4288c1055f30.tar.gz
historical-d013a9a2e74bdf4316d33f78c84b4288c1055f30.tar.bz2
historical-d013a9a2e74bdf4316d33f78c84b4288c1055f30.zip
ADD IUSE to the aspell and stardict eclass. Although repoman doesn't correctly detect this yet
Diffstat (limited to 'eclass/aspell-dict.eclass')
-rw-r--r--eclass/aspell-dict.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/aspell-dict.eclass b/eclass/aspell-dict.eclass
index 96831aaadd08..7c608d876326 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.27 2004/07/13 04:54:24 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.28 2004/07/30 21:31:52 arj Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
#
@@ -21,6 +21,7 @@ DESCRIPTION="${ASPELL_LANG} language dictionary for aspell"
HOMEPAGE="http://aspell.net"
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"