From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1481009-garchives=archives.gentoo.org@lists.gentoo.org> 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 6816915800F for <garchives@archives.gentoo.org>; Fri, 27 Jan 2023 06:27:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E673E08D3; Fri, 27 Jan 2023 06:27:54 +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 40CBDE08DD for <gentoo-commits@lists.gentoo.org>; Fri, 27 Jan 2023 06:27:54 +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 44596341074 for <gentoo-commits@lists.gentoo.org>; Fri, 27 Jan 2023 06:27:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBF7F88C for <gentoo-commits@lists.gentoo.org>; Fri, 27 Jan 2023 06:27:51 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1674800830.825fa99418a38c28caf8d7e886461ed2afaf8835.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.7.ebuild X-VCS-Directories: dev-libs/mimalloc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 825fa99418a38c28caf8d7e886461ed2afaf8835 X-VCS-Branch: master Date: Fri, 27 Jan 2023 06:27:51 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ae0f8044-8a2b-4147-93ba-998bde5cb389 X-Archives-Hash: 854f7e2fa6f1b7d2c93b0ad4940d794d commit: 825fa99418a38c28caf8d7e886461ed2afaf8835 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 27 06:27:10 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 27 06:27:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=825fa994 dev-libs/mimalloc: Stabilize 2.0.7 amd64, #892141 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/mimalloc/mimalloc-2.0.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/mimalloc/mimalloc-2.0.7.ebuild b/dev-libs/mimalloc/mimalloc-2.0.7.ebuild index 313ecbb034c5..8f67eb2dad98 100644 --- a/dev-libs/mimalloc/mimalloc-2.0.7.ebuild +++ b/dev-libs/mimalloc/mimalloc-2.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~riscv ~x86" +KEYWORDS="amd64 ~loong ~riscv ~x86" IUSE="hardened test" RESTRICT="!test? ( test )"