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 ECD041396D0 for ; Thu, 17 Aug 2017 20:49:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54DEA1FC042; Thu, 17 Aug 2017 20:49:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 36A851FC042 for ; Thu, 17 Aug 2017 20:49:40 +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 2EFD93418C4 for ; Thu, 17 Aug 2017 20:49:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46EAF7931 for ; Thu, 17 Aug 2017 20:49:36 +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: <1503002420.85fbacf8b4155483c9bcc9c17b056ae4f0978095.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-25.0.ebuild X-VCS-Directories: app-vim/dbext/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 85fbacf8b4155483c9bcc9c17b056ae4f0978095 X-VCS-Branch: master Date: Thu, 17 Aug 2017 20:49:36 +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: b17d4fe9-38d8-47da-b66c-f77589843bd8 X-Archives-Hash: 5b7c9dd8d05f87d1e3302daacd1489d2 commit: 85fbacf8b4155483c9bcc9c17b056ae4f0978095 Author: Tim Harder gentoo org> AuthorDate: Thu Aug 17 20:40:20 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 17 20:40:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85fbacf8 app-vim/dbext: stabilize 25.0 app-vim/dbext/dbext-25.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/dbext/dbext-25.0.ebuild b/app-vim/dbext/dbext-25.0.ebuild index a967751576c..7f4f0348074 100644 --- a/app-vim/dbext/dbext-25.0.ebuild +++ b/app-vim/dbext/dbext-25.0.ebuild @@ -8,6 +8,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"