diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-12-24 21:20:14 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-12-24 21:20:14 +0000 |
commit | b51c8346961f7153483e004c1e04f62cc3ca052d (patch) | |
tree | 10fa2b923ab4a3d1d7e8796fb8e1ffd9a41a045a /eclass/vim.eclass | |
parent | 209-r1 to stable amd64 and x86 (diff) | |
download | gentoo-2-b51c8346961f7153483e004c1e04f62cc3ca052d.tar.gz gentoo-2-b51c8346961f7153483e004c1e04f62cc3ca052d.tar.bz2 gentoo-2-b51c8346961f7153483e004c1e04f62cc3ca052d.zip |
remove the portage dep, it's no longer relevant
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r-- | eclass/vim.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 36e60955efff..ef36b7ce7ca5 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.136 2005/12/24 20:48:07 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.137 2005/12/24 21:20:14 ciaranm Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -135,11 +135,9 @@ HOMEPAGE="http://www.vim.org/" SLOT="0" LICENSE="vim" -# Portage dependancy is for use_with/use_enable. # ctags dependancy allows help tags to be rebuilt properly, along # with detection of exuberant-ctags by configure. DEPEND="${DEPEND} - >=sys-apps/portage-2.0.45-r3 >=sys-apps/sed-4 sys-devel/autoconf dev-util/ctags" |