diff options
author | 2023-09-15 16:17:02 +0200 | |
---|---|---|
committer | 2023-09-16 00:46:56 +0200 | |
commit | b9ef60db0b9e836d0cc6fe0c4e88d46690506caa (patch) | |
tree | fbd35e364565709885629099ae9d680514c06aa4 | |
parent | app-admin/ansible: drop 8.0.0 (diff) | |
download | gentoo-b9ef60db0b9e836d0cc6fe0c4e88d46690506caa.tar.gz gentoo-b9ef60db0b9e836d0cc6fe0c4e88d46690506caa.tar.bz2 gentoo-b9ef60db0b9e836d0cc6fe0c4e88d46690506caa.zip |
app-vim/tasklist: add missing S, fix bug #914213
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://bugs.gentoo.org/914213
Closes: https://github.com/gentoo/gentoo/pull/32805
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r-- | app-vim/tasklist/tasklist-1.0.1-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-vim/tasklist/tasklist-1.0.1-r1.ebuild b/app-vim/tasklist/tasklist-1.0.1-r1.ebuild index 6c8b33fc5db3..2ca1a425eff2 100644 --- a/app-vim/tasklist/tasklist-1.0.1-r1.ebuild +++ b/app-vim/tasklist/tasklist-1.0.1-r1.ebuild @@ -8,6 +8,7 @@ inherit vim-plugin vcs-snapshot DESCRIPTION="Highlight FIXME/TODO/CUSTOM keywords in a separate list" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2607" SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.tar.gz -> ${PF}.tar.gz" +S="${WORKDIR}/${PF}" LICENSE="MIT" KEYWORDS="~amd64 ~x86" |