diff options
author | Mike Kelly <pioto@gentoo.org> | 2006-10-29 16:07:00 +0000 |
---|---|---|
committer | Mike Kelly <pioto@gentoo.org> | 2006-10-29 16:07:00 +0000 |
commit | ee434fbf75a149749b0328e1a076a453c4e42c3f (patch) | |
tree | cc993dd3f289c2d81f11c70b017ddb581a58c1ee /eclass | |
parent | Fix DEPEND/RDEPEND. (diff) | |
download | gentoo-2-ee434fbf75a149749b0328e1a076a453c4e42c3f.tar.gz gentoo-2-ee434fbf75a149749b0328e1a076a453c4e42c3f.tar.bz2 gentoo-2-ee434fbf75a149749b0328e1a076a453c4e42c3f.zip |
Add a RDEPEND on eselect-vi in addition to the DEPEND (for binpkgs).
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vim.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 810657e1ef32..9671825ecbe6 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.154 2006/10/09 22:26:46 pioto Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.155 2006/10/29 16:07:00 pioto Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -127,6 +127,7 @@ fi # eselect-vi support if version_is_at_least 7.0.109 ; then DEPEND="${DEPEND} >=app-admin/eselect-vi-1.1" + RDEPEND="${RDEPEND} >=app-admin/eselect-vi-1.1" fi HOMEPAGE="http://www.vim.org/" |