summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin F. Quinn <kevquinn@gentoo.org>2006-12-01 01:54:29 +0000
committerKevin F. Quinn <kevquinn@gentoo.org>2006-12-01 01:54:29 +0000
commit9741613a29c7ad49c47ab5ff918ae5fca031f74e (patch)
tree3073d82dd97bfa088eb0d9a7d44f28da8cacb004 /eclass/aspell-dict.eclass
parentRemove old versions. (diff)
downloadgentoo-2-9741613a29c7ad49c47ab5ff918ae5fca031f74e.tar.gz
gentoo-2-9741613a29c7ad49c47ab5ff918ae5fca031f74e.tar.bz2
gentoo-2-9741613a29c7ad49c47ab5ff918ae5fca031f74e.zip
Remove setting of KEYWORDS - now all done in app-dicts/aspell-* ebuilds. Bug #132718
Diffstat (limited to 'eclass/aspell-dict.eclass')
-rw-r--r--eclass/aspell-dict.eclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/aspell-dict.eclass b/eclass/aspell-dict.eclass
index 1e81cc84aa57..4cc0ecac6518 100644
--- a/eclass/aspell-dict.eclass
+++ b/eclass/aspell-dict.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.38 2006/11/30 23:22:27 kevquinn Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.39 2006/12/01 01:54:29 kevquinn Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
#
@@ -26,11 +26,9 @@ SLOT="0"
if [ x${ASPOSTFIX} = x6 ] ; then
RDEPEND=">=app-text/aspell-0.60"
DEPEND="${RDEPEND}"
- KEYWORDS=${KEYWORDS-"~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"}
else
RDEPEND=">=app-text/aspell-0.50"
DEPEND="${RDEPEND}"
- KEYWORDS=${KEYWORDS-"alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"}
fi
PROVIDE="virtual/aspell-dict"