diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-02 05:57:47 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-02 05:57:47 +0200 |
commit | 7e6798d4f056037458db29f873ed77446bb806d6 (patch) | |
tree | c21d6f81b73a4a0cb1cc0b70fd5239ea0b99feaf /app-vim/gitlog | |
parent | app-vim/gitgutter: Stabilize 20180815 amd64, #849197 (diff) | |
download | gentoo-7e6798d4f056037458db29f873ed77446bb806d6.tar.gz gentoo-7e6798d4f056037458db29f873ed77446bb806d6.tar.bz2 gentoo-7e6798d4f056037458db29f873ed77446bb806d6.zip |
app-vim/gitlog: Stabilize 6.0.0 amd64, #849197
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-vim/gitlog')
-rw-r--r-- | app-vim/gitlog/gitlog-6.0.0.ebuild | 4 |
1 files 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 |