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 8B6A2138331 for ; Wed, 18 Apr 2018 13:58:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 984F9E08E8; Wed, 18 Apr 2018 13:58:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 75C1DE08E8 for ; Wed, 18 Apr 2018 13:58:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AB024335C5A for ; Wed, 18 Apr 2018 13:58:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 413F228F for ; Wed, 18 Apr 2018 13:58:28 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1524059886.b98e41cd4f95cc2216000282cea58ac8bb3cb043.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/eruby-syntax/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild X-VCS-Directories: app-vim/eruby-syntax/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b98e41cd4f95cc2216000282cea58ac8bb3cb043 X-VCS-Branch: master Date: Wed, 18 Apr 2018 13:58:28 +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: 9cacebf9-7cde-47e2-b472-955d6845f790 X-Archives-Hash: 893918d25fbd5304d7a0cbc1f4c12627 commit: b98e41cd4f95cc2216000282cea58ac8bb3cb043 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Apr 18 13:56:48 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Apr 18 13:58:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b98e41cd app-vim/eruby-syntax: amd64 stable wrt bug #646598 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild index 08e3138f69e..a1217043980 100644 --- a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild +++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: syntax highlighting for eruby" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403" LICENSE="vim.org" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby"