diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-05-23 08:47:24 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-05-23 08:47:24 +0000 |
commit | 018ba767e265853ec9bb1846399da19979ccba7b (patch) | |
tree | ab4dabfd3604e5cdb1e3775db979211d85ec5b46 /app-vim/svncommand/svncommand-0.2.ebuild | |
parent | Don't use lazy bindings on maildrop (diff) | |
download | historical-018ba767e265853ec9bb1846399da19979ccba7b.tar.gz historical-018ba767e265853ec9bb1846399da19979ccba7b.tar.bz2 historical-018ba767e265853ec9bb1846399da19979ccba7b.zip |
Conflict between vimspell and svncommand maps, so make them block. Bug #91965
Package-Manager: portage-2.0.51.22-r1 screaming llama edition
Diffstat (limited to 'app-vim/svncommand/svncommand-0.2.ebuild')
-rw-r--r-- | app-vim/svncommand/svncommand-0.2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-vim/svncommand/svncommand-0.2.ebuild b/app-vim/svncommand/svncommand-0.2.ebuild index d08bd1d62912..23964aac23cd 100644 --- a/app-vim/svncommand/svncommand-0.2.ebuild +++ b/app-vim/svncommand/svncommand-0.2.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/svncommand/svncommand-0.2.ebuild,v 1.1 2005/05/03 23:15:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/svncommand/svncommand-0.2.ebuild,v 1.2 2005/05/23 08:47:24 ciaranm Exp $ inherit vim-plugin @@ -10,7 +10,10 @@ LICENSE="as-is" KEYWORDS="x86 sparc ~hppa ~amd64 alpha ia64" IUSE="" -RDEPEND="${RDEPEND} dev-util/subversion" +# vimspell map conflict, bug #91965 +RDEPEND="${RDEPEND} + dev-util/subversion + !app-vim/vimspell" VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=922" |