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/neocomplcache/
Date: Tue, 29 Jan 2019 23:00:19
Message-Id: 1548802790.32622353cf3ad9f59309bed9672b17b4e5edf0db.monsieurp@gentoo
1 commit: 32622353cf3ad9f59309bed9672b17b4e5edf0db
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 17:55:24 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 29 22:59:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32622353
7
8 app-vim/neocomplcache: stable for amd64+x86.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild b/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild
17 index ea0fa5e9873..11ff0bc2496 100644
18 --- a/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild
19 +++ b/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -8,12 +8,11 @@ inherit vim-plugin
27 DESCRIPTION="vim plugin: ultimate auto completion system"
28 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2620"
29 LICENSE="MIT"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="amd64 x86"
32
33 VIM_PLUGIN_HELPFILES="${PN}.txt"
34
35 src_prepare() {
36 default
37 -
38 mv autoload/vital.vim "autoload/${PN}vital.vim" || die
39 }