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 D742F158086 for ; Tue, 9 Nov 2021 13:49:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BD3FE08FE; Tue, 9 Nov 2021 13:49:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 CA255E0A0B for ; Tue, 9 Nov 2021 13:49:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AD3B2342E8C for ; Tue, 9 Nov 2021 13:48:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6384E1BA for ; Tue, 9 Nov 2021 13:48:58 +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: <1636465703.293fdc38f6fef74aa67e54273062d792802fbf45.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.23.1-r1.ebuild X-VCS-Directories: x11-terms/kitty-terminfo/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 293fdc38f6fef74aa67e54273062d792802fbf45 X-VCS-Branch: master Date: Tue, 9 Nov 2021 13:48:58 +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: 76e28550-34e8-489d-9bb6-59b5ab2b50c3 X-Archives-Hash: 2b0762c5edc55a0ee06712fae4c3e738 commit: 293fdc38f6fef74aa67e54273062d792802fbf45 Author: Jakov Smolić gentoo org> AuthorDate: Tue Nov 9 13:48:23 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Nov 9 13:48:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=293fdc38 x11-terms/kitty-terminfo: Stabilize 0.23.1-r1 amd64, #760639 Signed-off-by: Jakov Smolić gentoo.org> x11-terms/kitty-terminfo/kitty-terminfo-0.23.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/kitty-terminfo/kitty-terminfo-0.23.1-r1.ebuild b/x11-terms/kitty-terminfo/kitty-terminfo-0.23.1-r1.ebuild index 1a17886e2a0..651df9c89ca 100644 --- a/x11-terms/kitty-terminfo/kitty-terminfo-0.23.1-r1.ebuild +++ b/x11-terms/kitty-terminfo/kitty-terminfo-0.23.1-r1.ebuild @@ -10,7 +10,7 @@ S="${WORKDIR}/kitty-${PV}" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RESTRICT="test" # intended to be ran on the full kitty package BDEPEND="sys-libs/ncurses"