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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15DC815813A for ; Mon, 13 Jan 2025 06:54:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2432DE0835; Mon, 13 Jan 2025 06:54:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AF1FE0835 for ; Mon, 13 Jan 2025 06:54:52 +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 3B1493406A2 for ; Mon, 13 Jan 2025 06:54:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93E8120A3 for ; Mon, 13 Jan 2025 06:54:49 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1736751178.76224b3f1aa8a5f72af004cf6f0c3a3b0ff7ecf9.juippis@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.38.1.ebuild X-VCS-Directories: x11-terms/kitty-terminfo/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 76224b3f1aa8a5f72af004cf6f0c3a3b0ff7ecf9 X-VCS-Branch: master Date: Mon, 13 Jan 2025 06:54:49 +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: df54c364-ce2e-4eba-a6af-a8394db0d700 X-Archives-Hash: 2e6a9e38beff87c4c15236d72e764e37 commit: 76224b3f1aa8a5f72af004cf6f0c3a3b0ff7ecf9 Author: Joonas Niilola gentoo org> AuthorDate: Mon Jan 13 06:52:58 2025 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jan 13 06:52:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76224b3f x11-terms/kitty-terminfo: Stabilize 0.38.1 x86, #945895 Signed-off-by: Joonas Niilola gentoo.org> x11-terms/kitty-terminfo/kitty-terminfo-0.38.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/kitty-terminfo/kitty-terminfo-0.38.1.ebuild b/x11-terms/kitty-terminfo/kitty-terminfo-0.38.1.ebuild index 0098ae29c53f..fbf0f5d71de1 100644 --- a/x11-terms/kitty-terminfo/kitty-terminfo-0.38.1.ebuild +++ b/x11-terms/kitty-terminfo/kitty-terminfo-0.38.1.ebuild @@ -10,7 +10,7 @@ S="${WORKDIR}/kitty-${PV}" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" RESTRICT="test" # intended to be ran on the full kitty package BDEPEND="sys-libs/ncurses"