From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-866169-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 4FE131388C3
	for <garchives@archives.gentoo.org>; Mon, 29 Feb 2016 02:51:20 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A4792E080E;
	Mon, 29 Feb 2016 02:51:17 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0BF5B21C002
	for <gentoo-commits@lists.gentoo.org>; Mon, 29 Feb 2016 02:51:17 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 259F2340914
	for <gentoo-commits@lists.gentoo.org>; Mon, 29 Feb 2016 02:51:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CBA2208D
	for <gentoo-commits@lists.gentoo.org>; Mon, 29 Feb 2016 02:51:12 +0000 (UTC)
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" <radhermit@gentoo.org>
Message-ID: <1456714012.880013f9cfbcfd613ede07e71f297595f22261e9.radhermit@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/pathogen/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-vim/pathogen/pathogen-2.4.ebuild
X-VCS-Directories: app-vim/pathogen/
X-VCS-Committer: radhermit
X-VCS-Committer-Name: Tim Harder
X-VCS-Revision: 880013f9cfbcfd613ede07e71f297595f22261e9
X-VCS-Branch: master
Date: Mon, 29 Feb 2016 02:51:12 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 7fc219c7-104a-45c8-9775-de8326d148c3
X-Archives-Hash: 17013b6eb535a1f03edae175add21ac6

commit:     880013f9cfbcfd613ede07e71f297595f22261e9
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 29 02:46:52 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Feb 29 02:46:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=880013f9

app-vim/pathogen: stabilize 2.4

 app-vim/pathogen/pathogen-2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pathogen/pathogen-2.4.ebuild b/app-vim/pathogen/pathogen-2.4.ebuild
index 718bb09..7129b0c 100644
--- a/app-vim/pathogen/pathogen-2.4.ebuild
+++ b/app-vim/pathogen/pathogen-2.4.ebuild
@@ -10,6 +10,6 @@ DESCRIPTION="vim plugin: manage your runtimepath"
 HOMEPAGE="https://github.com/tpope/vim-pathogen/ http://www.vim.org/scripts/script.php?script_id=2332"
 SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="vim"
-KEYWORDS="~amd64 ~x86 ~x64-macos"
+KEYWORDS="amd64 x86 ~x64-macos"
 
 S=${WORKDIR}/vim-${P}