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 190D915852A for ; Sat, 17 Aug 2024 11:25:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0A792BC0AC; Sat, 17 Aug 2024 11:25:32 +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 BE61B2BC0AC for ; Sat, 17 Aug 2024 11:25:32 +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 E6C31335D6D for ; Sat, 17 Aug 2024 11:25:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 317B71ED6 for ; Sat, 17 Aug 2024 11:25:30 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1723893632.b009efa5bd89c98ab50d45fb5455e28c2b456c10.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/symbols-nerd-font/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/symbols-nerd-font/symbols-nerd-font-3.2.1.ebuild X-VCS-Directories: media-fonts/symbols-nerd-font/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: b009efa5bd89c98ab50d45fb5455e28c2b456c10 X-VCS-Branch: master Date: Sat, 17 Aug 2024 11:25:30 +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: 4c31e0c1-fb11-44a3-8eed-5e316eeacc5f X-Archives-Hash: 6b1217bd65d937ab1cfe4f95fa72e1c7 commit: b009efa5bd89c98ab50d45fb5455e28c2b456c10 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Aug 17 11:14:42 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Aug 17 11:20:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b009efa5 media-fonts/symbols-nerd-font: match keywords with x11-terms/kitty Signed-off-by: Ionen Wolkens gentoo.org> media-fonts/symbols-nerd-font/symbols-nerd-font-3.2.1.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/media-fonts/symbols-nerd-font/symbols-nerd-font-3.2.1.ebuild b/media-fonts/symbols-nerd-font/symbols-nerd-font-3.2.1.ebuild index b34c8ab39fa4..b3ffc52cf8b2 100644 --- a/media-fonts/symbols-nerd-font/symbols-nerd-font-3.2.1.ebuild +++ b/media-fonts/symbols-nerd-font/symbols-nerd-font-3.2.1.ebuild @@ -20,11 +20,6 @@ S=${WORKDIR} LICENSE="MIT" SLOT="0" -# Unkeyworded for now given unsure if will be keeping this package until kitty -# makes a release and still requires it (reserving to drop without last-rite). -# -# If used, will match keywords with kitty not to bother arch teams over an -# allarches package that just copies prebuilt fonts. -#KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" BDEPEND="app-arch/unzip"