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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C19B115802C for ; Wed, 18 Dec 2024 01:49:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 118C6E0844; Wed, 18 Dec 2024 01:49:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F624E0844 for ; Wed, 18 Dec 2024 01:49:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4166C340836 for ; Wed, 18 Dec 2024 01:49:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 831BB1F41 for ; Wed, 18 Dec 2024 01:49:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1734486525.40902b5d07b415f59518b1b9f7da93551e59de3f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/csv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/csv/csv-0.31-r2.ebuild X-VCS-Directories: app-vim/csv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 40902b5d07b415f59518b1b9f7da93551e59de3f X-VCS-Branch: master Date: Wed, 18 Dec 2024 01:49:11 +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: 74cb9445-d2d9-47c2-9770-030db561387f X-Archives-Hash: 620c578fd6f1621d057d4432a57fc0b1 commit: 40902b5d07b415f59518b1b9f7da93551e59de3f Author: Sam James gentoo org> AuthorDate: Wed Dec 18 01:48:45 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 18 01:48:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40902b5d app-vim/csv: Keyword 0.31-r2 arm64, #946595 Signed-off-by: Sam James gentoo.org> app-vim/csv/csv-0.31-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/csv/csv-0.31-r2.ebuild b/app-vim/csv/csv-0.31-r2.ebuild index ec97dda83232..c790120587e6 100644 --- a/app-vim/csv/csv-0.31-r2.ebuild +++ b/app-vim/csv/csv-0.31-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,6 +9,6 @@ DESCRIPTION="vim plugin: display and alter csv files" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2830" LICENSE="vim" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" VIM_PLUGIN_HELPFILES="ft-csv.txt"