diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 20:45:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 20:45:57 +0000 |
commit | 54172eb69af71ab048aae38ac0ef70cacf3f0745 (patch) | |
tree | 9e598cd4b9d86e8cc6a704e33e169f2839e4d385 /eclass | |
parent | fix for 55323. (Manifest recommit) (diff) | |
download | gentoo-2-54172eb69af71ab048aae38ac0ef70cacf3f0745.tar.gz gentoo-2-54172eb69af71ab048aae38ac0ef70cacf3f0745.tar.bz2 gentoo-2-54172eb69af71ab048aae38ac0ef70cacf3f0745.zip |
arm has X now
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 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 )" |