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 503FA158013 for ; Sat, 9 Dec 2023 20:02:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35F542BC081; Sat, 9 Dec 2023 20:02:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20CA72BC081 for ; Sat, 9 Dec 2023 20:02:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06CD6342F5F for ; Sat, 9 Dec 2023 20:01:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B35E9149E for ; Sat, 9 Dec 2023 20:01:56 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1702152111.1c813ff4cc7f2f89327d5c22089cc0967f19bd4d.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1c813ff4cc7f2f89327d5c22089cc0967f19bd4d X-VCS-Branch: master Date: Sat, 9 Dec 2023 20:01:56 +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: 34d77bf3-eac4-49a1-a7a2-948fbdde6e48 X-Archives-Hash: b52683a3929e886ce634660c841b9ae6 commit: 1c813ff4cc7f2f89327d5c22089cc0967f19bd4d Author: Michał Górny gentoo org> AuthorDate: Sat Dec 9 20:01:30 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 9 20:01:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c813ff4 app-vim/tasklist: Stabilize 1.0.1-r1 amd64, #919659 Signed-off-by: Michał Górny gentoo.org> app-vim/tasklist/tasklist-1.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/tasklist/tasklist-1.0.1-r1.ebuild b/app-vim/tasklist/tasklist-1.0.1-r1.ebuild index b858bc0905a8..f487e3639878 100644 --- a/app-vim/tasklist/tasklist-1.0.1-r1.ebuild +++ b/app-vim/tasklist/tasklist-1.0.1-r1.ebuild @@ -11,4 +11,4 @@ SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.tar.gz -> ${PF}. S="${WORKDIR}/${PF}" LICENSE="MIT" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86"