diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-09-30 05:07:32 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-09-30 05:07:32 +0000 |
commit | e306d9607da1be522cd4f35deb5b21e9f443c6ba (patch) | |
tree | 280bd814f0007a9ca62242536e548fb735fd04ce /app-editors | |
parent | Added Bret Towe's fix regarding gnome and perl support within xchat (diff) | |
download | gentoo-2-e306d9607da1be522cd4f35deb5b21e9f443c6ba.tar.gz gentoo-2-e306d9607da1be522cd4f35deb5b21e9f443c6ba.tar.bz2 gentoo-2-e306d9607da1be522cd4f35deb5b21e9f443c6ba.zip |
lets not pin the version of vim-core
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gvim/gvim-6.1-r1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/vim/vim-6.1-r14.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/gvim/gvim-6.1-r1.ebuild b/app-editors/gvim/gvim-6.1-r1.ebuild index b0e73a9b0ff5..0f04e8a9d4be 100644 --- a/app-editors/gvim/gvim-6.1-r1.ebuild +++ b/app-editors/gvim/gvim-6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-6.1-r1.ebuild,v 1.1 2002/09/30 04:42:59 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-6.1-r1.ebuild,v 1.2 2002/09/30 05:07:32 rphillips Exp $ # Please name the ebuild as follows. If this is followed, there # should be no need to modify this ebuild when the Vim version is @@ -67,7 +67,7 @@ KEYWORDS="x86 ppc sparc sparc64" DEPEND="dev-util/cscope >=sys-libs/ncurses-5.2-r2 - =app-editors/vim-core-6.1 + app-editors/vim-core x11-base/xfree gpm? ( >=sys-libs/gpm-1.19.3 ) gnome? ( gnome-base/gnome-libs ) diff --git a/app-editors/vim/vim-6.1-r14.ebuild b/app-editors/vim/vim-6.1-r14.ebuild index 0a4cf5d9b8d4..66deba426d42 100644 --- a/app-editors/vim/vim-6.1-r14.ebuild +++ b/app-editors/vim/vim-6.1-r14.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.1-r14.ebuild,v 1.1 2002/09/30 04:42:59 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.1-r14.ebuild,v 1.2 2002/09/30 05:06:49 rphillips Exp $ # Please name the ebuild as follows. If this is followed, there # should be no need to modify this ebuild when the Vim version is @@ -67,7 +67,7 @@ SLOT="0" LICENSE="vim" KEYWORDS="x86 ppc sparc sparc64 alpha" -DEPEND="=app-editors/vim-core-6.1 +DEPEND="app-editors/vim-core dev-util/cscope >=sys-libs/ncurses-5.2-r2 gpm? ( >=sys-libs/gpm-1.19.3 ) |