summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-08 20:44:36 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-08 20:44:36 +0000
commit84869416063b40bb8537ef620ad8b963fe921161 (patch)
tree0cb6c95f512fcf24ae545469aca26d6c2ef01217 /eclass/aspell-dict.eclass
parentUpdate intltool dep per bug #132693 (diff)
downloadgentoo-2-84869416063b40bb8537ef620ad8b963fe921161.tar.gz
gentoo-2-84869416063b40bb8537ef620ad8b963fe921161.tar.bz2
gentoo-2-84869416063b40bb8537ef620ad8b963fe921161.zip
Remove dependency on which, and add ~x86-fbsd keyword. Sigh.
Diffstat (limited to 'eclass/aspell-dict.eclass')
-rw-r--r--eclass/aspell-dict.eclass10
1 files changed, 4 insertions, 6 deletions
diff --git a/eclass/aspell-dict.eclass b/eclass/aspell-dict.eclass
index 6624a1f365d6..e99fcbc9a09d 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.35 2005/10/07 23:22:29 arj Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.36 2006/05/08 20:44:36 flameeyes Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
#
@@ -24,13 +24,11 @@ IUSE=""
SLOT="0"
if [ x${ASPOSTFIX} = x6 ] ; then
- RDEPEND=">=app-text/aspell-0.60
- sys-apps/which"
+ RDEPEND=">=app-text/aspell-0.60"
DEPEND="${RDEPEND}"
- KEYWORDS="~x86 ~ppc ~sparc ~amd64"
+ KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~x86-fbsd"
else
- RDEPEND=">=app-text/aspell-0.50
- sys-apps/which"
+ RDEPEND=">=app-text/aspell-0.50"
DEPEND="${RDEPEND}"
KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64"
fi