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 0D106158094 for ; Wed, 17 Aug 2022 02:48:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99194E08F2; Wed, 17 Aug 2022 02:47:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 75A36E08F2 for ; Wed, 17 Aug 2022 02:47:59 +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 B440E3414D3 for ; Wed, 17 Aug 2022 02:47:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E902959E 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: <1660704410.1b551cea651ec5141c74940e19efb0102e1d96f3.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: 1b551cea651ec5141c74940e19efb0102e1d96f3 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: 4e204169-8836-4ffd-bca6-0e4224fb57a8 X-Archives-Hash: 2b694f722de37e35fb9f1ff68ec9f7bd commit: 1b551cea651ec5141c74940e19efb0102e1d96f3 Author: Sam James gentoo org> AuthorDate: Wed Aug 17 02:46:50 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 17 02:46:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b551cea app-vim/gitgutter: Stabilize 20220524 amd64, #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 c1022abb0e79..49ff5cb47186 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"