From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B47E139694 for ; Mon, 29 May 2017 23:25:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 514A721C012; Mon, 29 May 2017 23:25:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3163C21C012 for ; Mon, 29 May 2017 23:25:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BDA93416E5 for ; Mon, 29 May 2017 23:25:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10696746B for ; Mon, 29 May 2017 23:25:26 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1496100294.c7b0db7275156b06e758e24c98e28a47519db437.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimoutliner/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vimoutliner/vimoutliner-0.3.6.ebuild X-VCS-Directories: app-vim/vimoutliner/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: c7b0db7275156b06e758e24c98e28a47519db437 X-VCS-Branch: master Date: Mon, 29 May 2017 23:25:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2094176c-06dd-4261-b072-ce8daef8709b X-Archives-Hash: 6fdca24e2a36c88ef17041078b081985 commit: c7b0db7275156b06e758e24c98e28a47519db437 Author: Patrice Clement gentoo org> AuthorDate: Sun May 28 19:51:34 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon May 29 23:24:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b0db72 app-vim/vimoutliner: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-vim/vimoutliner/vimoutliner-0.3.6.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-vim/vimoutliner/vimoutliner-0.3.6.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.6.ebuild index ff91080a30d..36ebfb95a0a 100644 --- a/app-vim/vimoutliner/vimoutliner-0.3.6.ebuild +++ b/app-vim/vimoutliner/vimoutliner-0.3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,8 +9,7 @@ DESCRIPTION="vim plugin: easy and fast outlining" HOMEPAGE="https://github.com/vimoutliner/vimoutliner" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.zip -> ${P}.zip" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" -IUSE="" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" VIM_PLUGIN_HELPFILES="vimoutliner" VIM_PLUGIN_MESSAGES="filetype"