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 8DD7A138330 for ; Fri, 23 Sep 2016 05:42:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBC13E084C; Fri, 23 Sep 2016 05:42:04 +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 66C30E084C for ; Fri, 23 Sep 2016 05:42:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2BBDD340DA4 for ; Fri, 23 Sep 2016 05:42:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 528EB248F for ; Fri, 23 Sep 2016 05:42:01 +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: <1474609275.28759f928fff6bd9032c161e5bfeeb32b7af4ee4.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/dbext/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/dbext/dbext-23.0.ebuild X-VCS-Directories: app-vim/dbext/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 28759f928fff6bd9032c161e5bfeeb32b7af4ee4 X-VCS-Branch: master Date: Fri, 23 Sep 2016 05:42:01 +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: dcb1f16c-c8d3-4208-b21b-52c63aaf1272 X-Archives-Hash: 8d5456bf667d522ca20807da0a0f076f commit: 28759f928fff6bd9032c161e5bfeeb32b7af4ee4 Author: Tim Harder gentoo org> AuthorDate: Fri Sep 23 05:41:15 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Fri Sep 23 05:41:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28759f92 app-vim/dbext: stabilize 23.0 app-vim/dbext/dbext-23.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/dbext/dbext-23.0.ebuild b/app-vim/dbext/dbext-23.0.ebuild index d8e1833..4b04490 100644 --- a/app-vim/dbext/dbext-23.0.ebuild +++ b/app-vim/dbext/dbext-23.0.ebuild @@ -9,6 +9,6 @@ inherit vim-plugin DESCRIPTION="vim plugin: easy access to databases" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356" LICENSE="GPL-2" -KEYWORDS="~amd64 ~mips ~ppc ~x86" +KEYWORDS="amd64 ~mips ~ppc x86" VIM_PLUGIN_HELPFILES="${PN}.txt"