diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-09 20:51:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-09 20:51:59 +0100 |
commit | a425630f05fe1ff584faa603689bcc4e90f9fa69 (patch) | |
tree | fa88b9b47940ff6f169771bf4a02db371e989eb0 /app-vim/gitlog | |
parent | app-vim/csv: Stabilize 0.31-r2 x86, #919632 (diff) | |
download | gentoo-a425630f05fe1ff584faa603689bcc4e90f9fa69.tar.gz gentoo-a425630f05fe1ff584faa603689bcc4e90f9fa69.tar.bz2 gentoo-a425630f05fe1ff584faa603689bcc4e90f9fa69.zip |
app-vim/gitlog: Stabilize 6.0.0-r1 amd64, #919647
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim/gitlog')
-rw-r--r-- | app-vim/gitlog/gitlog-6.0.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/gitlog/gitlog-6.0.0-r1.ebuild b/app-vim/gitlog/gitlog-6.0.0-r1.ebuild index f089417b9cc9..840ec4f0d6fa 100644 --- a/app-vim/gitlog/gitlog-6.0.0-r1.ebuild +++ b/app-vim/gitlog/gitlog-6.0.0-r1.ebuild @@ -12,6 +12,6 @@ SRC_URI="https://github.com/PAntoine/vimgitlog/archive/version_${PV}.tar.gz -> $ S="${WORKDIR}/vim${PN}-version_${PV}" LICENSE="Artistic" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" VIM_PLUGIN_HELPFILES="${PN}.txt" |