summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-27 20:45:57 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-27 20:45:57 +0000
commit5976cc4f5a7ac2eadef67741c6974e4283933d06 (patch)
treebff8fec42189bd1a766412b6c0e7e0970bbd9249 /eclass
parentfix for 55323. (diff)
downloadhistorical-5976cc4f5a7ac2eadef67741c6974e4283933d06.tar.gz
historical-5976cc4f5a7ac2eadef67741c6974e4283933d06.tar.bz2
historical-5976cc4f5a7ac2eadef67741c6974e4283933d06.zip
arm has X now
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vim.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass
index bda54aaff5f6..de0c3ad81576 100644
--- a/eclass/vim.eclass
+++ b/eclass/vim.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/vim.eclass,v 1.60 2004/06/26 23:50:38 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.61 2004/06/27 20:45:57 vapier Exp $
# Authors:
# Ryan Phillips <rphillips@gentoo.org>
@@ -33,7 +33,7 @@ if [ ${PN} != vim-core ]; then
acl? ( sys-apps/acl )
ruby? ( dev-lang/ruby )"
- if [ ${PN} = vim ] && [ "${ARCH}" != "arm" ]; then
+ if [ ${PN} = vim ] ; then
IUSE="$IUSE vim-with-x minimal"
DEPEND="$DEPEND vim-with-x? ( virtual/x11 )"
RDEPEND="$RDEPEND vim-with-x? ( virtual/x11 )"