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 20F6415806E for ; Tue, 16 May 2023 03:39:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D355DE08F2; Tue, 16 May 2023 03:39:55 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9555E08F2 for ; Tue, 16 May 2023 03:39:55 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5C7A340DAE for ; Tue, 16 May 2023 03:39:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEA34A74 for ; Tue, 16 May 2023 03:39:51 +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: <1684208315.41fafc5d0fb50064383746bd547fd8eb11683b75.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-spell-ru/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vim-spell-ru/vim-spell-ru-20070506-r1.ebuild X-VCS-Directories: app-vim/vim-spell-ru/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 41fafc5d0fb50064383746bd547fd8eb11683b75 X-VCS-Branch: master Date: Tue, 16 May 2023 03:39:51 +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: 44524947-5d85-46ab-9a36-0b214974da09 X-Archives-Hash: 05cc5e6cb31139098cc94d93bb78c957 commit: 41fafc5d0fb50064383746bd547fd8eb11683b75 Author: Sam James gentoo org> AuthorDate: Tue May 16 03:38:35 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 16 03:38:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41fafc5d app-vim/vim-spell-ru: Keyword 20070506-r1 arm64, #906265 Signed-off-by: Sam James gentoo.org> app-vim/vim-spell-ru/vim-spell-ru-20070506-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/vim-spell-ru/vim-spell-ru-20070506-r1.ebuild b/app-vim/vim-spell-ru/vim-spell-ru-20070506-r1.ebuild index c0fdb3071a2a..c07bcc8df9d4 100644 --- a/app-vim/vim-spell-ru/vim-spell-ru-20070506-r1.ebuild +++ b/app-vim/vim-spell-ru/vim-spell-ru-20070506-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,5 +8,5 @@ VIM_SPELL_LANGUAGE="Russian" inherit vim-spell LICENSE="myspell-ru_RU-AlexanderLebedev" -KEYWORDS="amd64 ppc sparc x86" +KEYWORDS="amd64 ~arm64 ppc sparc x86" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"