From d3c339d6db3616580578b2d339b3815a18abccac Mon Sep 17 00:00:00 2001 From: eroen Date: Wed, 25 May 2016 19:39:44 +0200 Subject: covim - work around failglob in eclass --- app-vim/covim/covim-20130619.ebuild | 4 +++- app-vim/covim/metadata.xml | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'app-vim') diff --git a/app-vim/covim/covim-20130619.ebuild b/app-vim/covim/covim-20130619.ebuild index 6a2d87a..0944d36 100644 --- a/app-vim/covim/covim-20130619.ebuild +++ b/app-vim/covim/covim-20130619.ebuild @@ -1,4 +1,4 @@ -# By eroen, 2013 - 2015 +# By eroen, 2013 - 2016 # Distributed under the terms of the ISC licence # $Header: $ @@ -37,6 +37,8 @@ src_prepare() { } src_install() { + eshopts_push -u failglob vim-plugin_src_install + eshopts_pop chmod ugo+x "${D}"/usr/share/vim/vimfiles/plugin/CoVimServer.py || die } diff --git a/app-vim/covim/metadata.xml b/app-vim/covim/metadata.xml index 0cd37cd..319d6c4 100644 --- a/app-vim/covim/metadata.xml +++ b/app-vim/covim/metadata.xml @@ -1,7 +1,6 @@ - vim CoVim is a Vim Plugin that adds real-time collaboration to your favorite text editor. Think Google Docs for Vim. -- cgit v1.2.3-65-gdbad