diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-26 02:51:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-26 02:51:31 +0000 |
commit | bcb4a00f3fa50e03bec1b7522ae09c3c6f2c4eba (patch) | |
tree | 2f1ac30495b00c6be71e43c803d1fc8d7603501d /eclass | |
parent | Marked stable on hppa. (Manifest recommit) (diff) | |
download | gentoo-2-bcb4a00f3fa50e03bec1b7522ae09c3c6f2c4eba.tar.gz gentoo-2-bcb4a00f3fa50e03bec1b7522ae09c3c6f2c4eba.tar.bz2 gentoo-2-bcb4a00f3fa50e03bec1b7522ae09c3c6f2c4eba.zip |
arm KEYWORDS
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vim.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
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 <rphillips@gentoo.org> @@ -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 )" |