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 6D70F158094 for ; Wed, 17 Aug 2022 02:48:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12959E08EB; Wed, 17 Aug 2022 02:47:59 +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 E1745E08EB for ; Wed, 17 Aug 2022 02:47:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4E7CC341462 for ; Wed, 17 Aug 2022 02:47:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A4F858A for ; Wed, 17 Aug 2022 02:47:54 +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: <1660704371.ff99e03990a466678b73da6baeca7d2d5c248de1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gitgutter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/gitgutter/gitgutter-20220524.ebuild X-VCS-Directories: app-vim/gitgutter/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ff99e03990a466678b73da6baeca7d2d5c248de1 X-VCS-Branch: master Date: Wed, 17 Aug 2022 02:47:54 +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: 82eb339e-65d7-4cf5-ad95-bd1c9f37380c X-Archives-Hash: 753078c2627c09db1becebae150eb71a commit: ff99e03990a466678b73da6baeca7d2d5c248de1 Author: Sam James gentoo org> AuthorDate: Wed Aug 17 02:46:11 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 17 02:46:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff99e039 app-vim/gitgutter: Stabilize 20220524 x86, #830867 Signed-off-by: Sam James gentoo.org> app-vim/gitgutter/gitgutter-20220524.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/gitgutter/gitgutter-20220524.ebuild b/app-vim/gitgutter/gitgutter-20220524.ebuild index 257b0db9bd08..c1022abb0e79 100644 --- a/app-vim/gitgutter/gitgutter-20220524.ebuild +++ b/app-vim/gitgutter/gitgutter-20220524.ebuild @@ -11,7 +11,7 @@ else inherit vcs-snapshot COMMIT_HASH="ded11946c04aeab5526f869174044019ae9e3c32" SRC_URI="https://github.com/airblade/vim-gitgutter/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi DESCRIPTION="vim plugin: shows a git diff in the sign column and stages/reverts hunks"