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 5E7CE138334 for ; Sun, 6 Jan 2019 02:56:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37252E0AF1; Sun, 6 Jan 2019 02:56:09 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09A04E0AD8 for ; Sun, 6 Jan 2019 02:56:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 33123335CC0 for ; Sun, 6 Jan 2019 02:56:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 594FD50A for ; Sun, 6 Jan 2019 02:56:05 +0000 (UTC) From: "Tim Harder" 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" Message-ID: <1546743348.66d35c6740c4964f901fca3c5e96e7367ca19823.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/fugitive/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/fugitive/fugitive-2.4.ebuild X-VCS-Directories: app-vim/fugitive/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 66d35c6740c4964f901fca3c5e96e7367ca19823 X-VCS-Branch: master Date: Sun, 6 Jan 2019 02:56:05 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 72bb44b4-d03f-49a7-9745-fb79c859c2f1 X-Archives-Hash: 7a02ec24884235ae762613dbb00faff4 commit: 66d35c6740c4964f901fca3c5e96e7367ca19823 Author: Tim Harder gentoo org> AuthorDate: Sun Jan 6 02:18:51 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Jan 6 02:55:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66d35c67 app-vim/fugitive: stabilize 2.4 Signed-off-by: Tim Harder gentoo.org> app-vim/fugitive/fugitive-2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/fugitive/fugitive-2.4.ebuild b/app-vim/fugitive/fugitive-2.4.ebuild index 3ec007ea68b..51d8b9f2097 100644 --- a/app-vim/fugitive/fugitive-2.4.ebuild +++ b/app-vim/fugitive/fugitive-2.4.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then else inherit vcs-snapshot SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos" + KEYWORDS="amd64 x86 ~ppc-macos ~x64-macos" fi DESCRIPTION="vim plugin: a git wrapper for vim"