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 A1CC0158088 for ; Wed, 12 Jan 2022 07:50:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3425A2BC004; Wed, 12 Jan 2022 07:50:53 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E37CC2BC004 for ; Wed, 12 Jan 2022 07:50:52 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0C6734318D for ; Wed, 12 Jan 2022 07:50:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41E9428F for ; Wed, 12 Jan 2022 07:50:49 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1641973822.bf59c2b737ff403d6a0bd30843d4baa779270de0.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/kitty/kitty-0.24.1.ebuild X-VCS-Directories: x11-terms/kitty/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: bf59c2b737ff403d6a0bd30843d4baa779270de0 X-VCS-Branch: master Date: Wed, 12 Jan 2022 07:50: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: 67a79f81-8759-447a-904c-8669857f980d X-Archives-Hash: ca790fc49852393705ca62728e5e5a58 commit: bf59c2b737ff403d6a0bd30843d4baa779270de0 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Jan 12 07:35:36 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Jan 12 07:50:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf59c2b7 x11-terms/kitty: keyword 0.24.1 for ~ppc64 Signed-off-by: Georgy Yakovlev gentoo.org> x11-terms/kitty/kitty-0.24.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/kitty/kitty-0.24.1.ebuild b/x11-terms/kitty/kitty-0.24.1.ebuild index ae77780523a3..1b783a910a30 100644 --- a/x11-terms/kitty/kitty-0.24.1.ebuild +++ b/x11-terms/kitty/kitty-0.24.1.ebuild @@ -15,7 +15,7 @@ else https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz verify-sig? ( https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz.sig )" VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/kovidgoyal.gpg" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~ppc64 ~x86" fi DESCRIPTION="Fast, feature-rich, GPU-based terminal"