From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B4BD7158089 for ; Fri, 15 Sep 2023 22:48:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE9192BC013; Fri, 15 Sep 2023 22:48:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D18492BC013 for ; Fri, 15 Sep 2023 22:48:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFA35335D1C for ; Fri, 15 Sep 2023 22:48:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C47111A9 for ; Fri, 15 Sep 2023 22:48:23 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1694818016.b9ef60db0b9e836d0cc6fe0c4e88d46690506caa.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/tasklist/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/tasklist/tasklist-1.0.1-r1.ebuild X-VCS-Directories: app-vim/tasklist/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: b9ef60db0b9e836d0cc6fe0c4e88d46690506caa X-VCS-Branch: master Date: Fri, 15 Sep 2023 22:48:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 83f64d8f-32f3-43e6-8e0e-e6e9a918d30c X-Archives-Hash: fa124a8d6f7c707cd32235ea21159d2a commit: b9ef60db0b9e836d0cc6fe0c4e88d46690506caa Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Sep 15 14:17:02 2023 +0000 Commit: Conrad Kostecki gentoo 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 levelnine.at> Closes: https://bugs.gentoo.org/914213 Closes: https://github.com/gentoo/gentoo/pull/32805 Signed-off-by: Conrad Kostecki 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"