diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-12-24 09:23:24 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-12-31 16:55:22 +0100 |
commit | 887b09e0e5a864c5e7dfc29d7e5756acebc2b826 (patch) | |
tree | 48e70ef293749f21a70bce71999a3ecf305910d3 /app-vim/webapi | |
parent | sys-fs/aufs-util: Don't strip through buildsystem (diff) | |
download | gentoo-887b09e0e5a864c5e7dfc29d7e5756acebc2b826.tar.gz gentoo-887b09e0e5a864c5e7dfc29d7e5756acebc2b826.tar.bz2 gentoo-887b09e0e5a864c5e7dfc29d7e5756acebc2b826.zip |
app-vim/webapi: stable for amd64+x86.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-vim/webapi')
-rw-r--r-- | app-vim/webapi/webapi-0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/webapi/webapi-0.3.ebuild b/app-vim/webapi/webapi-0.3.ebuild index 7a9673e4e753..84d31825dee7 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" |