diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2010-06-19 00:41:09 +0000 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2010-06-19 00:41:09 +0000 |
commit | 831cd87b24502e2a349ae216fcedcd53e3785fc0 (patch) | |
tree | 10b808cc28dbfe57319c56c9f242e4e8924cd4c6 /app-vim/cvscommand/cvscommand-1.65.ebuild | |
parent | Moving dev-util/cvs* to dev-vcs/cvs* (diff) | |
download | historical-831cd87b24502e2a349ae216fcedcd53e3785fc0.tar.gz historical-831cd87b24502e2a349ae216fcedcd53e3785fc0.tar.bz2 historical-831cd87b24502e2a349ae216fcedcd53e3785fc0.zip |
Moving dev-util/cvs* to dev-vcs/cvs*
Package-Manager: portage-2.2_rc67/cvs/Linux i686
Diffstat (limited to 'app-vim/cvscommand/cvscommand-1.65.ebuild')
-rw-r--r-- | app-vim/cvscommand/cvscommand-1.65.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/cvscommand/cvscommand-1.65.ebuild b/app-vim/cvscommand/cvscommand-1.65.ebuild index 258e9666babb..f2377b70edab 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 +# Copyright 1999-2010 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.9 2005/01/21 22:38:16 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cvscommand/cvscommand-1.65.ebuild,v 1.10 2010/06/19 00:41:09 abcd Exp $ inherit vim-plugin @@ -13,5 +13,5 @@ IUSE="" VIM_PLUGIN_HELPFILES="cvcsommand-contents" # conflict, bug 62677 RDEPEND="${RDEPEND} - dev-util/cvs + dev-vcs/cvs !app-vim/calendar" |