summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorKevin F. Quinn <kevquinn@gentoo.org>2006-11-30 23:22:27 +0000
committerKevin F. Quinn <kevquinn@gentoo.org>2006-11-30 23:22:27 +0000
commit1225819ef260e79828bc1c92d9c7f93375f8aebc (patch)
tree77b08c743f49777265d1c5b04617cf75b0306905 /eclass
parentlinux-sources is only a build-time dependency. (diff)
downloadgentoo-2-1225819ef260e79828bc1c92d9c7f93375f8aebc.tar.gz
gentoo-2-1225819ef260e79828bc1c92d9c7f93375f8aebc.tar.bz2
gentoo-2-1225819ef260e79828bc1c92d9c7f93375f8aebc.zip
KEYWORDS should be moved to the ebuilds; to transition set KEYWORDS in the
eclass only if not already set. (see bug #132718)
Diffstat (limited to 'eclass')
-rw-r--r--eclass/aspell-dict.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/aspell-dict.eclass b/eclass/aspell-dict.eclass
index c272227b7bce..1e81cc84aa57 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.37 2006/06/05 03:27:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.38 2006/11/30 23:22:27 kevquinn Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
#
@@ -26,11 +26,11 @@ SLOT="0"
if [ x${ASPOSTFIX} = x6 ] ; then
RDEPEND=">=app-text/aspell-0.60"
DEPEND="${RDEPEND}"
- KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+ KEYWORDS=${KEYWORDS-"~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"}
else
RDEPEND=">=app-text/aspell-0.50"
DEPEND="${RDEPEND}"
- KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
+ KEYWORDS=${KEYWORDS-"alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"}
fi
PROVIDE="virtual/aspell-dict"