summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-12-14 05:07:19 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-12-14 05:07:19 +0000
commitb43219e51f80053bd5a84901aab16c60c40d277f (patch)
tree37117ae18dec6e32b9ab799e94a9229d2c891e26 /app-editors/gvim/gvim-6.4.ebuild
parentVersion bump for old-style configuration. Fixes bug 109895 (diff)
downloadgentoo-2-b43219e51f80053bd5a84901aab16c60c40d277f.tar.gz
gentoo-2-b43219e51f80053bd5a84901aab16c60c40d277f.tar.bz2
gentoo-2-b43219e51f80053bd5a84901aab16c60c40d277f.zip
Change libXpm dep to libXext. gvim links to libXpm, then its weird link.sh script 'optimizes' the links to remove all the ones it won't run without, so links in the compilation don't necessarily translate to links in the final binary.
(Portage version: 2.0.53)
Diffstat (limited to 'app-editors/gvim/gvim-6.4.ebuild')
-rw-r--r--app-editors/gvim/gvim-6.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/gvim/gvim-6.4.ebuild b/app-editors/gvim/gvim-6.4.ebuild
index f99efd28931a..84e531511570 100644
--- a/app-editors/gvim/gvim-6.4.ebuild
+++ b/app-editors/gvim/gvim-6.4.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-6.4.ebuild,v 1.10 2005/12/14 04:36:43 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-6.4.ebuild,v 1.11 2005/12/14 05:07:18 spyderous Exp $
inherit vim
@@ -24,7 +24,7 @@ IUSE="gnome gtk motif nls"
PROVIDE="virtual/editor"
DEPEND="${DEPEND}
~app-editors/vim-core-${PV}
- || ( x11-libs/libXpm virtual/x11 )
+ || ( x11-libs/libXext virtual/x11 )
gtk? (
>=x11-libs/gtk+-2.6
virtual/xft