From bcb4a00f3fa50e03bec1b7522ae09c3c6f2c4eba Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 26 May 2004 02:51:31 +0000 Subject: arm KEYWORDS --- eclass/vim.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 7ec5e3f11b63..db2349c2d430 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.56 2004/05/13 16:08:15 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.57 2004/05/26 02:51:31 vapier Exp $ # Authors: # Ryan Phillips @@ -40,7 +40,7 @@ if [ ${PN} != vim-core ]; then RDEPEND="$RDEPEND ruby? ( dev-lang/ruby )" fi - if [ ${PN} = vim ]; then + if [ ${PN} = vim ] && [ "${ARCH}" != "arm" ]; then IUSE="$IUSE vim-with-x minimal" DEPEND="$DEPEND vim-with-x? ( virtual/x11 )" RDEPEND="$RDEPEND vim-with-x? ( virtual/x11 )" -- cgit v1.2.3-65-gdbad