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/vim-autoclose/
Date: Fri, 31 Mar 2017 21:57:43
Message-Id: 1490997452.5937c246343810c2360624b36fc9ff425eb3c316.monsieurp@gentoo
1 commit: 5937c246343810c2360624b36fc9ff425eb3c316
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 31 21:46:35 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 31 21:57:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5937c246
7
8 app-vim/vim-autoclose: stable for amd64+x86.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-vim/vim-autoclose/vim-autoclose-2.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild b/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild
16 index ee659be9e20..b831f463e57 100644
17 --- a/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild
18 +++ b/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild
19 @@ -1,5 +1,6 @@
20 # Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 +
23 EAPI=6
24
25 inherit vim-plugin
26 @@ -8,7 +9,7 @@ DESCRIPTION="vim plugin: open-close pair of characters"
27 HOMEPAGE="https://github.com/Townk/vim-autoclose"
28 SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
29 LICENSE="vim"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="amd64 x86"
32
33 src_unpack() {
34 default