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
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)
-rw-r--r--app-editors/gvim/ChangeLog9
-rw-r--r--app-editors/gvim/gvim-6.4.ebuild4
-rw-r--r--app-editors/gvim/gvim-7.0_alpha20051207.ebuild4
3 files changed, 12 insertions, 5 deletions
diff --git a/app-editors/gvim/ChangeLog b/app-editors/gvim/ChangeLog
index fe1a5fcb9ad5..e7c18ffeb461 100644
--- a/app-editors/gvim/ChangeLog
+++ b/app-editors/gvim/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-editors/gvim
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.167 2005/12/14 04:36:43 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.168 2005/12/14 05:07:18 spyderous Exp $
+
+ 14 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; gvim-6.4.ebuild,
+ gvim-7.0_alpha20051207.ebuild:
+ 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.
14 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; gvim-6.4.ebuild,
gvim-7.0_alpha20051207.ebuild:
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
diff --git a/app-editors/gvim/gvim-7.0_alpha20051207.ebuild b/app-editors/gvim/gvim-7.0_alpha20051207.ebuild
index 7e54e90a8551..c7bf4a37bf07 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.3 2005/12/14 04:36:43 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.0_alpha20051207.ebuild,v 1.4 2005/12/14 05:07:19 spyderous Exp $
inherit vim
@@ -22,7 +22,7 @@ IUSE="aqua gnome gtk motif nextaw"
PROVIDE="virtual/editor"
DEPEND="${DEPEND}
~app-editors/vim-core-${PV}
- || ( x11-libs/libXpm virtual/x11 )
+ || ( x11-libs/libXext virtual/x11 )
!aqua? (
gtk? (
>=x11-libs/gtk+-2.6