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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30DD115817D for ; Mon, 3 Jun 2024 21:50:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FD86E2A21; Mon, 3 Jun 2024 21:50:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2D6A7E2A21 for ; Mon, 3 Jun 2024 21:50:30 +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 48C9E335DC0 for ; Mon, 3 Jun 2024 21:50:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A50BE1587 for ; Mon, 3 Jun 2024 21:50:27 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1717451002.cf56450b3765aadad6dbdabae1bcb4f15cbc29d0.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/securemodelines/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/securemodelines/securemodelines-20140926.ebuild X-VCS-Directories: app-vim/securemodelines/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: cf56450b3765aadad6dbdabae1bcb4f15cbc29d0 X-VCS-Branch: master Date: Mon, 3 Jun 2024 21:50:27 +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: 5de1d5b6-0654-48d7-ac2c-7b58939954ba X-Archives-Hash: ff81e1b64c633a19170f7b2e8d96c09d commit: cf56450b3765aadad6dbdabae1bcb4f15cbc29d0 Author: Louis Sautier gentoo org> AuthorDate: Mon Jun 3 21:43:22 2024 +0000 Commit: Louis Sautier gentoo org> CommitDate: Mon Jun 3 21:43:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf56450b app-vim/securemodelines: keyword 20140926 for ~arm64 Signed-off-by: Louis Sautier gentoo.org> app-vim/securemodelines/securemodelines-20140926.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/securemodelines/securemodelines-20140926.ebuild b/app-vim/securemodelines/securemodelines-20140926.ebuild index c7ef25a0e8fc..e738eae5886b 100644 --- a/app-vim/securemodelines/securemodelines-20140926.ebuild +++ b/app-vim/securemodelines/securemodelines-20140926.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: secure, user-configurable modeline support" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1876 https://github.com/ciaranm/securemodelines" LICENSE="vim" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" VIM_PLUGIN_HELPTEXT="Make sure that you disable vim's builtin modeline support if you have enabled it in your .vimrc."