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 2985A1382C5 for ; Mon, 24 May 2021 20:44:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79BB5E07FA; Mon, 24 May 2021 20:44:26 +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 50AF6E07FA for ; Mon, 24 May 2021 20:44:26 +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 5382E33E690 for ; Mon, 24 May 2021 20:44:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A292F799 for ; Mon, 24 May 2021 20:44:22 +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: <1621889024.77055e859e1258b920581835abf3408d92cdf512.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: 77055e859e1258b920581835abf3408d92cdf512 X-VCS-Branch: master Date: Mon, 24 May 2021 20:44:22 +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: 120593c4-6f6d-459d-ae01-e15d61e65aff X-Archives-Hash: 2cd1af6de14de93fa4b4f0e5da35e7ab commit: 77055e859e1258b920581835abf3408d92cdf512 Author: Sam James gentoo org> AuthorDate: Mon May 24 20:42:23 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 24 20:43:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77055e85 media-fonts/jetbrains-mono: Stabilize 2.225 amd64, #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 2c294a87a4a..358f38e8bed 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"