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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 771D51382C5 for ; Mon, 24 May 2021 20:46:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D07BEE0824; Mon, 24 May 2021 20:46:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8D3FE0824 for ; Mon, 24 May 2021 20:46:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5B6A335D58 for ; Mon, 24 May 2021 20:46:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D328798 for ; Mon, 24 May 2021 20:46:17 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1621889135.8b84a0dc1170cb9329c6586551d0722d3f2df93c.sam@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.225.ebuild X-VCS-Directories: media-fonts/jetbrains-mono/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8b84a0dc1170cb9329c6586551d0722d3f2df93c X-VCS-Branch: master Date: Mon, 24 May 2021 20:46:17 +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: 847fdec5-1cc2-44f3-8392-4d0094706a5f X-Archives-Hash: c7a3b6bc9313922e2b9c26384229c369 commit: 8b84a0dc1170cb9329c6586551d0722d3f2df93c Author: Sam James gentoo org> AuthorDate: Mon May 24 20:45:35 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 24 20:45:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b84a0dc media-fonts/jetbrains-mono: Stabilize 2.225 x86, #791850 Signed-off-by: Sam James gentoo.org> media-fonts/jetbrains-mono/jetbrains-mono-2.225.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-fonts/jetbrains-mono/jetbrains-mono-2.225.ebuild b/media-fonts/jetbrains-mono/jetbrains-mono-2.225.ebuild index 358f38e8bed..6a4cb7fa1ee 100644 --- a/media-fonts/jetbrains-mono/jetbrains-mono-2.225.ebuild +++ b/media-fonts/jetbrains-mono/jetbrains-mono-2.225.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/JetBrains/JetBrainsMono/releases/download/v${PV}/Jet LICENSE="OFL-1.1" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" BDEPEND="app-arch/unzip"