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 58DE6158020 for ; Sat, 15 Oct 2022 06:47:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88562E0896; Sat, 15 Oct 2022 06:47:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6473FE0896 for ; Sat, 15 Oct 2022 06:47:03 +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 A18DC340C96 for ; Sat, 15 Oct 2022 06:47:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37AA35F6 for ; Sat, 15 Oct 2022 06:47:01 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1665816411.0039e4c3f33be25df66910032bcc5980c0d3c544.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty-terminfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/kitty-terminfo/kitty-terminfo-0.26.3.ebuild X-VCS-Directories: x11-terms/kitty-terminfo/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 0039e4c3f33be25df66910032bcc5980c0d3c544 X-VCS-Branch: master Date: Sat, 15 Oct 2022 06:47:01 +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: 316a2000-0d7e-4a9f-8430-a0848627e0f8 X-Archives-Hash: 0ac3eeeb1f85fa2b8e84ec92e8fa036b commit: 0039e4c3f33be25df66910032bcc5980c0d3c544 Author: Xin Yang icloud com> AuthorDate: Thu Oct 13 09:47:13 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Oct 15 06:46:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0039e4c3 x11-terms/kitty-terminfo: keyword kitty-terminfo-0.26.3 riscv, #876961 Signed-off-by: Xin Yang icloud.com> Signed-off-by: Jakov Smolić gentoo.org> x11-terms/kitty-terminfo/kitty-terminfo-0.26.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/kitty-terminfo/kitty-terminfo-0.26.3.ebuild b/x11-terms/kitty-terminfo/kitty-terminfo-0.26.3.ebuild index dc5bddaad255..8e691381f9bd 100644 --- a/x11-terms/kitty-terminfo/kitty-terminfo-0.26.3.ebuild +++ b/x11-terms/kitty-terminfo/kitty-terminfo-0.26.3.ebuild @@ -10,7 +10,7 @@ S="${WORKDIR}/kitty-${PV}" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~ppc64 x86" +KEYWORDS="amd64 ~ppc64 ~riscv x86" RESTRICT="test" # intended to be ran on the full kitty package BDEPEND="sys-libs/ncurses"