diff options
author | 2005-01-21 22:38:16 +0000 | |
---|---|---|
committer | 2005-01-21 22:38:16 +0000 | |
commit | 1d3b09abe08f99e524985f625102e862121e61fa (patch) | |
tree | 58d8dab0ab9b501193b325b97be9ca2e80507276 /app-vim/cvscommand/cvscommand-1.65.ebuild | |
parent | New version, using -r4 to keep in sync with vim-core. Includes upstream patch... (diff) | |
download | gentoo-2-1d3b09abe08f99e524985f625102e862121e61fa.tar.gz gentoo-2-1d3b09abe08f99e524985f625102e862121e61fa.tar.bz2 gentoo-2-1d3b09abe08f99e524985f625102e862121e61fa.zip |
Better RDEPEND, bug #78998
(Portage version: 2.0.51-r14)
Diffstat (limited to 'app-vim/cvscommand/cvscommand-1.65.ebuild')
-rw-r--r-- | app-vim/cvscommand/cvscommand-1.65.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-vim/cvscommand/cvscommand-1.65.ebuild b/app-vim/cvscommand/cvscommand-1.65.ebuild index 33219e2f0256..258e9666babb 100644 --- a/app-vim/cvscommand/cvscommand-1.65.ebuild +++ b/app-vim/cvscommand/cvscommand-1.65.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-vim/cvscommand/cvscommand-1.65.ebuild,v 1.8 2005/01/01 16:48:37 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cvscommand/cvscommand-1.65.ebuild,v 1.9 2005/01/21 22:38:16 ciaranm Exp $ inherit vim-plugin @@ -12,4 +12,6 @@ IUSE="" VIM_PLUGIN_HELPFILES="cvcsommand-contents" # conflict, bug 62677 -RDEPEND="!app-vim/calendar" +RDEPEND="${RDEPEND} + dev-util/cvs + !app-vim/calendar" |