diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-08-25 21:57:08 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-08-25 22:57:51 +0200 |
commit | b9eac38b4ab7bb63c2b4b14e398111bf5836bcba (patch) | |
tree | 55141c826db6b956cf914d55445d6e2a187e11f1 /app-vim/webapi | |
parent | net-misc/libreswan: bump to 3.18 (diff) | |
download | gentoo-b9eac38b4ab7bb63c2b4b14e398111bf5836bcba.tar.gz gentoo-b9eac38b4ab7bb63c2b4b14e398111bf5836bcba.tar.bz2 gentoo-b9eac38b4ab7bb63c2b4b14e398111bf5836bcba.zip |
app-vim/webapi: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim/webapi')
-rw-r--r-- | app-vim/webapi/webapi-0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/webapi/webapi-0.2.ebuild b/app-vim/webapi/webapi-0.2.ebuild index 5328ad2102e9..58b28e4db358 100644 --- a/app-vim/webapi/webapi-0.2.ebuild +++ b/app-vim/webapi/webapi-0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: interface to Web APIs" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4019" LICENSE="BSD" -KEYWORDS="~amd64 ~x86 ~x64-macos" +KEYWORDS="amd64 x86 ~x64-macos" IUSE="" RDEPEND="net-misc/curl" |