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 | a7b15b8f49b567a6429b9543e72a2ce825a183e4 (patch) | |
tree | beefd2e690ad3da198bd59e71407675903259605 /eclass/vim.eclass | |
parent | 209-r1 to stable amd64 and x86 (diff) | |
download | historical-a7b15b8f49b567a6429b9543e72a2ce825a183e4.tar.gz historical-a7b15b8f49b567a6429b9543e72a2ce825a183e4.tar.bz2 historical-a7b15b8f49b567a6429b9543e72a2ce825a183e4.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" |