From 887b09e0e5a864c5e7dfc29d7e5756acebc2b826 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Mon, 24 Dec 2018 09:23:24 +0100 Subject: [PATCH] app-vim/webapi: stable for amd64+x86. Signed-off-by: Patrice Clement Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- app-vim/webapi/webapi-0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/webapi/webapi-0.3.ebuild b/app-vim/webapi/webapi-0.3.ebuild index 7a9673e4e753f..84d31825dee7f 100644 --- a/app-vim/webapi/webapi-0.3.ebuild +++ b/app-vim/webapi/webapi-0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: interface to Web APIs" HOMEPAGE="https://github.com/mattn/webapi-vim" SRC_URI="https://github.com/mattn/${PN}-vim/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" -KEYWORDS="~amd64 ~x86 ~x64-macos" +KEYWORDS="amd64 x86 ~x64-macos" RDEPEND="net-misc/curl"