diff options
author | 2006-09-19 13:34:00 +0000 | |
---|---|---|
committer | 2006-09-19 13:34:00 +0000 | |
commit | 39675344252b1b317c1e0f8a8ba5a22231a0397b (patch) | |
tree | a802cb85e28a771a8e5a4239468fee74f943a907 /app-vim/vimbuddy | |
parent | Fix tree breakage with libirman by masking lcdproc and irman-python; use mask... (diff) | |
download | historical-39675344252b1b317c1e0f8a8ba5a22231a0397b.tar.gz historical-39675344252b1b317c1e0f8a8ba5a22231a0397b.tar.bz2 historical-39675344252b1b317c1e0f8a8ba5a22231a0397b.zip |
Be sure we block >=vim-core-7, fixes bug #131276.
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'app-vim/vimbuddy')
-rw-r--r-- | app-vim/vimbuddy/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/vimbuddy/vimbuddy-0.9.1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-vim/vimbuddy/ChangeLog b/app-vim/vimbuddy/ChangeLog index e3d8cdd27448..1fbe36b65180 100644 --- a/app-vim/vimbuddy/ChangeLog +++ b/app-vim/vimbuddy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/vimbuddy # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimbuddy/ChangeLog,v 1.11 2006/08/21 00:04:28 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimbuddy/ChangeLog,v 1.12 2006/09/19 13:34:00 pioto Exp $ + + 19 Sep 2006; Mike Kelly <pioto@pioto.org> vimbuddy-0.9.1.ebuild: + Be sure we block >=vim-core-7, fixes bug #131276. 20 Aug 2006; <malc@gentoo.org> vimbuddy-0.9.1-r1.ebuild: Stable on amd64 diff --git a/app-vim/vimbuddy/vimbuddy-0.9.1.ebuild b/app-vim/vimbuddy/vimbuddy-0.9.1.ebuild index 80eaf4ac7a28..2889ac01f3df 100644 --- a/app-vim/vimbuddy/vimbuddy-0.9.1.ebuild +++ b/app-vim/vimbuddy/vimbuddy-0.9.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimbuddy/vimbuddy-0.9.1.ebuild,v 1.5 2005/06/02 06:47:34 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimbuddy/vimbuddy-0.9.1.ebuild,v 1.6 2006/09/19 13:34:00 pioto Exp $ inherit vim-plugin @@ -12,3 +12,4 @@ IUSE="" VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=8" +RDEPEND="!>=app-editors/vim-core-7" |