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 6640E158090 for ; Tue, 10 May 2022 01:07:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8948E0874; Tue, 10 May 2022 01:07:52 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3179E0874 for ; Tue, 10 May 2022 01:07: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C60A34150B for ; Tue, 10 May 2022 01:07:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB9D1480 for ; Tue, 10 May 2022 01:07:47 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1652144858.a84239697a2e2784d8ef8c9380341f6ebcb43afd.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/fira-mono/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/fira-mono/fira-mono-4.202.ebuild X-VCS-Directories: media-fonts/fira-mono/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: a84239697a2e2784d8ef8c9380341f6ebcb43afd X-VCS-Branch: master Date: Tue, 10 May 2022 01:07:47 +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: 83a6cb6b-c7da-44e1-876c-e237e2ad1bde X-Archives-Hash: b2eb4dc5b3af358b55b61297d2e6daf0 commit: a84239697a2e2784d8ef8c9380341f6ebcb43afd Author: WANG Xuerui gentoo org> AuthorDate: Tue May 10 01:03:52 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Tue May 10 01:07:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8423969 media-fonts/fira-mono: keyword 4.202 for ~loong Signed-off-by: WANG Xuerui gentoo.org> media-fonts/fira-mono/fira-mono-4.202.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-fonts/fira-mono/fira-mono-4.202.ebuild b/media-fonts/fira-mono/fira-mono-4.202.ebuild index 72000dcf10ef..4e853da795b9 100644 --- a/media-fonts/fira-mono/fira-mono-4.202.ebuild +++ b/media-fonts/fira-mono/fira-mono-4.202.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/mozilla/Fira/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="OFL-1.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" IUSE="+otf ttf" REQUIRED_USE="|| ( otf ttf )"