summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kelly <pioto@gentoo.org>2006-09-19 13:34:00 +0000
committerMike Kelly <pioto@gentoo.org>2006-09-19 13:34:00 +0000
commit39675344252b1b317c1e0f8a8ba5a22231a0397b (patch)
treea802cb85e28a771a8e5a4239468fee74f943a907 /app-vim/vimbuddy/vimbuddy-0.9.1.ebuild
parentFix tree breakage with libirman by masking lcdproc and irman-python; use mask... (diff)
downloadhistorical-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/vimbuddy-0.9.1.ebuild')
-rw-r--r--app-vim/vimbuddy/vimbuddy-0.9.1.ebuild5
1 files changed, 3 insertions, 2 deletions
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"