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 BDD8D139345 for ; Tue, 20 Jul 2021 23:18:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDC96E0AF4; Tue, 20 Jul 2021 23:18:29 +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 C8CFBE0AF4 for ; Tue, 20 Jul 2021 23:18:29 +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 5AE52342B9D for ; Tue, 20 Jul 2021 23:18:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA41B7D5 for ; Tue, 20 Jul 2021 23:18:26 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1626823094.d26c38096cbbd112c9a28c4a80d3432056d19803.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/ntp-syntax/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/ntp-syntax/ntp-syntax-20031001-r1.ebuild X-VCS-Directories: app-vim/ntp-syntax/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: d26c38096cbbd112c9a28c4a80d3432056d19803 X-VCS-Branch: master Date: Tue, 20 Jul 2021 23:18:26 +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: e39099bd-f40d-4de9-b88d-aeb744424862 X-Archives-Hash: ca9faa30dc9599895fffc8fc972f52c9 commit: d26c38096cbbd112c9a28c4a80d3432056d19803 Author: Marek Szuba gentoo org> AuthorDate: Tue Jul 20 21:53:45 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Jul 20 23:18:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26c3809 app-vim/ntp-syntax: keyword 20031001-r1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> app-vim/ntp-syntax/ntp-syntax-20031001-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/ntp-syntax/ntp-syntax-20031001-r1.ebuild b/app-vim/ntp-syntax/ntp-syntax-20031001-r1.ebuild index 1440ffa4509..749cbbcb5d9 100644 --- a/app-vim/ntp-syntax/ntp-syntax-20031001-r1.ebuild +++ b/app-vim/ntp-syntax/ntp-syntax-20031001-r1.ebuild @@ -9,6 +9,6 @@ DESCRIPTION="vim plugin: ntp.conf syntax highlighting" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=778" LICENSE="vim" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for ntp.conf files."