Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gitgutter/
Date: Wed, 17 Aug 2022 02:48:01
Message-Id: 1660704371.ff99e03990a466678b73da6baeca7d2d5c248de1.sam@gentoo
1 commit: ff99e03990a466678b73da6baeca7d2d5c248de1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 17 02:46:11 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 17 02:46:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff99e039
7
8 app-vim/gitgutter: Stabilize 20220524 x86, #830867
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-vim/gitgutter/gitgutter-20220524.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-vim/gitgutter/gitgutter-20220524.ebuild b/app-vim/gitgutter/gitgutter-20220524.ebuild
16 index 257b0db9bd08..c1022abb0e79 100644
17 --- a/app-vim/gitgutter/gitgutter-20220524.ebuild
18 +++ b/app-vim/gitgutter/gitgutter-20220524.ebuild
19 @@ -11,7 +11,7 @@ else
20 inherit vcs-snapshot
21 COMMIT_HASH="ded11946c04aeab5526f869174044019ae9e3c32"
22 SRC_URI="https://github.com/airblade/vim-gitgutter/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~x86"
24 + KEYWORDS="~amd64 x86"
25 fi
26
27 DESCRIPTION="vim plugin: shows a git diff in the sign column and stages/reverts hunks"