commit: b9ef60db0b9e836d0cc6fe0c4e88d46690506caa Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Fri Sep 15 14:17:02 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Sep 15 22:46:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ef60db
app-vim/tasklist: add missing S, fix bug #914213 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://bugs.gentoo.org/914213 Closes: https://github.com/gentoo/gentoo/pull/32805 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-vim/tasklist/tasklist-1.0.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) 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"
