commit: 7e6798d4f056037458db29f873ed77446bb806d6
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 2 03:57:47 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Jun 2 03:57:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6798d4
app-vim/gitlog: Stabilize 6.0.0 amd64, #849197
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-vim/gitlog/gitlog-6.0.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/gitlog/gitlog-6.0.0.ebuild
b/app-vim/gitlog/gitlog-6.0.0.ebuild
index 658a3cb149c8..7b5973e1a451 100644
--- a/app-vim/gitlog/gitlog-6.0.0.ebuild
+++ b/app-vim/gitlog/gitlog-6.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/PAntoine/vimgitlog/archive/version_${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
S=${WORKDIR}/vim${PN}-version_${PV}
fi