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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D4A7158094 for ; Thu, 28 Jul 2022 10:17:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70BB4E0E54; Thu, 28 Jul 2022 10:17:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4CB6FE0E54 for ; Thu, 28 Jul 2022 10:17:36 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50883341021 for ; Thu, 28 Jul 2022 10:17:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87CE454C for ; Thu, 28 Jul 2022 10:17:33 +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: <1659003199.43910d87fa386de92ebaf35a01c88c493a5837dc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mimalloc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mimalloc/mimalloc-2.0.6.ebuild X-VCS-Directories: dev-libs/mimalloc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 43910d87fa386de92ebaf35a01c88c493a5837dc X-VCS-Branch: master Date: Thu, 28 Jul 2022 10:17:33 +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: 04a9a88d-aa18-471e-a075-6e7613ccfd1a X-Archives-Hash: 13faa504956934166242cf333ef854ed commit: 43910d87fa386de92ebaf35a01c88c493a5837dc Author: Han Gao gmail com> AuthorDate: Thu Jul 28 09:58:28 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 28 10:13:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43910d87 dev-libs/mimalloc: riscv keywording Signed-off-by: Han Gao gmail.com> Signed-off-by: Sam James gentoo.org> dev-libs/mimalloc/mimalloc-2.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/mimalloc/mimalloc-2.0.6.ebuild b/dev-libs/mimalloc/mimalloc-2.0.6.ebuild index ecd6cb33f405..f72c408d29ed 100644 --- a/dev-libs/mimalloc/mimalloc-2.0.6.ebuild +++ b/dev-libs/mimalloc/mimalloc-2.0.6.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/microsoft/mimalloc/archive/refs/tags/v${PV}.tar.gz - LICENSE="MIT" SLOT="0/2" -KEYWORDS="amd64 ~loong ~x86" +KEYWORDS="amd64 ~loong ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )"