diff options
-rw-r--r-- | app-vim/csound-syntax/csound-syntax-20160804.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app-vim/csound-syntax/csound-syntax-20160804.ebuild b/app-vim/csound-syntax/csound-syntax-20160804.ebuild index 6fd6f80c0b22..1562317fb7f5 100644 --- a/app-vim/csound-syntax/csound-syntax-20160804.ebuild +++ b/app-vim/csound-syntax/csound-syntax-20160804.ebuild @@ -1,19 +1,20 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 + inherit vim-plugin -DESCRIPTION="set of tools for editing Csound files with vim" +DESCRIPTION="vim plugin: set of tools for editing Csound files with vim" HOMEPAGE="https://github.com/luisjure/csound" LICENSE="MIT" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" VIM_PLUGIN_HELPFILES="${PN}" -PATCHES=( "${FILESDIR}"/${P}-doc.patch ) +PATCHES=( "${FILESDIR}/${P}-doc.patch" ) src_prepare() { - rm LICENSE README.md || die + rm -v LICENSE README.md || die default } |