diff options
Diffstat (limited to 'app-editors/gvim/gvim-7.0_alpha20051207.ebuild')
-rw-r--r-- | app-editors/gvim/gvim-7.0_alpha20051207.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-editors/gvim/gvim-7.0_alpha20051207.ebuild b/app-editors/gvim/gvim-7.0_alpha20051207.ebuild index 40af5a426e32..7e54e90a8551 100644 --- a/app-editors/gvim/gvim-7.0_alpha20051207.ebuild +++ b/app-editors/gvim/gvim-7.0_alpha20051207.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.0_alpha20051207.ebuild,v 1.2 2005/12/10 16:02:35 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.0_alpha20051207.ebuild,v 1.3 2005/12/14 04:36:43 spyderous Exp $ inherit vim @@ -22,7 +22,7 @@ IUSE="aqua gnome gtk motif nextaw" PROVIDE="virtual/editor" DEPEND="${DEPEND} ~app-editors/vim-core-${PV} - virtual/x11 + || ( x11-libs/libXpm virtual/x11 ) !aqua? ( gtk? ( >=x11-libs/gtk+-2.6 @@ -37,6 +37,9 @@ DEPEND="${DEPEND} nextaw? ( x11-libs/neXtaw ) + !nextaw? ( + || ( x11-libs/libXaw virtual/x11 ) + ) ) ) )" |