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 67701158091 for ; Wed, 25 May 2022 08:29:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95A77E091A; Wed, 25 May 2022 08:29:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 63116E091A for ; Wed, 25 May 2022 08:29:46 +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 84A2C341A32 for ; Wed, 25 May 2022 08:29:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 118914E3 for ; Wed, 25 May 2022 08:29:43 +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: <1653467351.6318195c411ad9ac46fd5d9281dacf185f1341b4.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/jetbrains-mono/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/jetbrains-mono/jetbrains-mono-2.242.ebuild X-VCS-Directories: media-fonts/jetbrains-mono/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 6318195c411ad9ac46fd5d9281dacf185f1341b4 X-VCS-Branch: master Date: Wed, 25 May 2022 08:29:43 +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: a9765dd5-f7d9-4adb-9d1c-653a97c01191 X-Archives-Hash: 4e7762e83147057904f6936393a7687a commit: 6318195c411ad9ac46fd5d9281dacf185f1341b4 Author: WANG Xuerui gentoo org> AuthorDate: Wed May 25 08:23:45 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Wed May 25 08:29:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6318195c media-fonts/jetbrains-mono: keyword 2.242 for ~loong Signed-off-by: WANG Xuerui gentoo.org> media-fonts/jetbrains-mono/jetbrains-mono-2.242.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-fonts/jetbrains-mono/jetbrains-mono-2.242.ebuild b/media-fonts/jetbrains-mono/jetbrains-mono-2.242.ebuild index 5284b5bd5245..7f372d17d55a 100644 --- a/media-fonts/jetbrains-mono/jetbrains-mono-2.242.ebuild +++ b/media-fonts/jetbrains-mono/jetbrains-mono-2.242.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/JetBrains/JetBrainsMono/releases/download/v${PV}/Jet LICENSE="OFL-1.1" SLOT="0" -KEYWORDS="amd64 ~riscv x86" +KEYWORDS="amd64 ~loong ~riscv x86" BDEPEND="app-arch/unzip"