diff options
Diffstat (limited to 'app-vim/cvscommand')
-rw-r--r-- | app-vim/cvscommand/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/cvscommand/cvscommand-1.76.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-vim/cvscommand/ChangeLog b/app-vim/cvscommand/ChangeLog index f76503ce88b3..c28fb57735d6 100644 --- a/app-vim/cvscommand/ChangeLog +++ b/app-vim/cvscommand/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/cvscommand # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cvscommand/ChangeLog,v 1.21 2006/09/08 18:50:48 pioto Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cvscommand/ChangeLog,v 1.22 2006/09/08 20:48:38 pioto Exp $ + + 08 Sep 2006; <pioto@gentoo.org> cvscommand-1.76.ebuild: + Removed unnecessary ${RDEPEND} in RDEPEND. *cvscommand-1.76 (08 Sep 2006) diff --git a/app-vim/cvscommand/cvscommand-1.76.ebuild b/app-vim/cvscommand/cvscommand-1.76.ebuild index e59d5ebf1ed4..f8daca564a4c 100644 --- a/app-vim/cvscommand/cvscommand-1.76.ebuild +++ b/app-vim/cvscommand/cvscommand-1.76.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cvscommand/cvscommand-1.76.ebuild,v 1.1 2006/09/08 18:50:48 pioto Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cvscommand/cvscommand-1.76.ebuild,v 1.2 2006/09/08 20:48:38 pioto Exp $ inherit vim-plugin @@ -12,6 +12,5 @@ IUSE="" VIM_PLUGIN_HELPFILES="cvscommand-contents" # conflict, bug 62677 -RDEPEND="${RDEPEND} - dev-util/cvs +RDEPEND="dev-util/cvs !app-vim/calendar" |