Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/bufexplorer/
Date: Thu, 13 Oct 2016 21:09:51
Message-Id: 1476392972.61ac44bda86e1aaa5335e9d9ea339bec01161e2f.monsieurp@gentoo
1 commit: 61ac44bda86e1aaa5335e9d9ea339bec01161e2f
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 13 21:08:57 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 13 21:09:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ac44bd
7
8 app-vim/bufexplorer: stable for amd64+x86.
9
10 Package-Manager: portage-2.3.0
11
12 app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild
16 index 1ebdc6f..7874c8e 100644
17 --- a/app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild
18 +++ b/app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild
19 @@ -9,12 +9,12 @@ inherit eutils vim-plugin
20 DESCRIPTION="vim plugin: easily browse vim buffers"
21 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=42"
22 LICENSE="BSD"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25
26 VIM_PLUGIN_HELPFILES="${PN}.txt"
27
28 src_prepare() {
29 - edos2unix plugin/${PN}.vim
30 + edos2unix "plugin/${PN}.vim"
31
32 default
33 }