commit: 41ad8c5318dcc2fa9d5965bc94f30a83dd35cebe
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 2 03:57:46 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Jun 2 03:57:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ad8c53
app-vim/gitgutter: Stabilize 20180815 amd64, #849197
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-vim/gitgutter/gitgutter-20180815.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/gitgutter/gitgutter-20180815.ebuild
b/app-vim/gitgutter/gitgutter-20180815.ebuild
index 0c709ddb22f9..ae7565bf9569 100644
--- a/app-vim/gitgutter/gitgutter-20180815.ebuild
+++ b/app-vim/gitgutter/gitgutter-20180815.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ else
inherit vcs-snapshot
COMMIT_HASH="50a7062909d91a290fae04219887b1b45f3138db"
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"