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/webapi/
Date: Mon, 31 Dec 2018 15:55:48
Message-Id: 1546271722.887b09e0e5a864c5e7dfc29d7e5756acebc2b826.monsieurp@gentoo
1 commit: 887b09e0e5a864c5e7dfc29d7e5756acebc2b826
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 24 08:23:24 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 31 15:55:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=887b09e0
7
8 app-vim/webapi: 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/webapi/webapi-0.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-vim/webapi/webapi-0.3.ebuild b/app-vim/webapi/webapi-0.3.ebuild
17 index 7a9673e4e75..84d31825dee 100644
18 --- a/app-vim/webapi/webapi-0.3.ebuild
19 +++ b/app-vim/webapi/webapi-0.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: interface to Web APIs"
27 HOMEPAGE="https://github.com/mattn/webapi-vim"
28 SRC_URI="https://github.com/mattn/${PN}-vim/archive/${PV}.tar.gz -> ${P}.tar.gz"
29 LICENSE="BSD"
30 -KEYWORDS="~amd64 ~x86 ~x64-macos"
31 +KEYWORDS="amd64 x86 ~x64-macos"
32
33 RDEPEND="net-misc/curl"