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: Thu, 25 Aug 2016 20:58:30
Message-Id: 1472158671.b9eac38b4ab7bb63c2b4b14e398111bf5836bcba.monsieurp@gentoo
1 commit: b9eac38b4ab7bb63c2b4b14e398111bf5836bcba
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 25 19:57:08 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 20:57:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9eac38b
7
8 app-vim/webapi: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/webapi/webapi-0.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-vim/webapi/webapi-0.2.ebuild b/app-vim/webapi/webapi-0.2.ebuild
16 index 5328ad2..58b28e4 100644
17 --- a/app-vim/webapi/webapi-0.2.ebuild
18 +++ b/app-vim/webapi/webapi-0.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -9,7 +9,7 @@ inherit vim-plugin
26 DESCRIPTION="vim plugin: interface to Web APIs"
27 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4019"
28 LICENSE="BSD"
29 -KEYWORDS="~amd64 ~x86 ~x64-macos"
30 +KEYWORDS="amd64 x86 ~x64-macos"
31 IUSE=""
32
33 RDEPEND="net-misc/curl"