From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6E76D59CA4 for ; Sun, 13 Mar 2016 02:04:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79FF621C10F; Sun, 13 Mar 2016 02:04:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CEA8721C10C for ; Sun, 13 Mar 2016 02:04:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B915E340C6C for ; Sun, 13 Mar 2016 02:04:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E5292322 for ; Sun, 13 Mar 2016 02:04:43 +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: <1457834632.593ccb4c1156a202a49ba1fe006d7d97c1bab245.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/nerdtree/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/nerdtree/nerdtree-5.0.0.ebuild X-VCS-Directories: app-vim/nerdtree/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 593ccb4c1156a202a49ba1fe006d7d97c1bab245 X-VCS-Branch: master Date: Sun, 13 Mar 2016 02:04:43 +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: beec3f00-4336-4ed1-9f54-a1c035a2c66f X-Archives-Hash: ced04bd97b3d352ec646e750e9f80979 commit: 593ccb4c1156a202a49ba1fe006d7d97c1bab245 Author: Tim Harder gentoo org> AuthorDate: Sun Mar 13 02:03:52 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Mar 13 02:03:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593ccb4c app-vim/nerdtree: stabilize 5.0.0 app-vim/nerdtree/nerdtree-5.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/nerdtree/nerdtree-5.0.0.ebuild b/app-vim/nerdtree/nerdtree-5.0.0.ebuild index b6f46c9..fe3995e 100644 --- a/app-vim/nerdtree/nerdtree-5.0.0.ebuild +++ b/app-vim/nerdtree/nerdtree-5.0.0.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: A tree explorer plugin for navigating the filesystem" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1658 https://github.com/scrooloose/nerdtree" SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="WTFPL-2" -KEYWORDS="~amd64 ~x86 ~x64-macos" +KEYWORDS="amd64 x86 ~x64-macos" VIM_PLUGIN_HELPFILES="NERD_tree"