diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-04-29 08:01:33 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-04-29 08:01:33 +0200 |
commit | 46e5e7d5d09607d5fd41153be53b8b5db6752a46 (patch) | |
tree | 0dc5bfdaa92a908d433e3622c09d207a1060e78c /app-vim/bufexplorer | |
parent | app-text/mupdf: Stable for PPC64 (bug #571322). (diff) | |
download | gentoo-46e5e7d5d09607d5fd41153be53b8b5db6752a46.tar.gz gentoo-46e5e7d5d09607d5fd41153be53b8b5db6752a46.tar.bz2 gentoo-46e5e7d5d09607d5fd41153be53b8b5db6752a46.zip |
app-vim/bufexplorer: Fix line endings (bug #581044).
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim/bufexplorer')
-rw-r--r-- | app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild (renamed from app-vim/bufexplorer/bufexplorer-7.4.9.ebuild) | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app-vim/bufexplorer/bufexplorer-7.4.9.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild index da469a80f565..1ebdc6f136cc 100644 --- a/app-vim/bufexplorer/bufexplorer-7.4.9.ebuild +++ b/app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit vim-plugin +inherit eutils vim-plugin DESCRIPTION="vim plugin: easily browse vim buffers" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=42" @@ -12,3 +12,9 @@ LICENSE="BSD" KEYWORDS="~amd64 ~x86" VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + edos2unix plugin/${PN}.vim + + default +} |