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 68D8515800F for ; Mon, 23 Jan 2023 07:25:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA0F7E0825; Mon, 23 Jan 2023 07:25:40 +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 90A9DE0825 for ; Mon, 23 Jan 2023 07:25:40 +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 93642335D21 for ; Mon, 23 Jan 2023 07:25:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EB4D83C for ; Mon, 23 Jan 2023 07:25:37 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1674458507.1b9110537e33190dad3b90736db9fc95d3515a12.gyakovlev@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.9.ebuild X-VCS-Directories: dev-libs/mimalloc/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 1b9110537e33190dad3b90736db9fc95d3515a12 X-VCS-Branch: master Date: Mon, 23 Jan 2023 07:25:37 +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: 6ddbc3e2-e5a6-47a9-8613-bdb542d14c4c X-Archives-Hash: 6ef586b16687d4c79cda3c46042281bb commit: 1b9110537e33190dad3b90736db9fc95d3515a12 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Jan 23 07:15:51 2023 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Jan 23 07:21:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b911053 dev-libs/mimalloc: keyword 2.0.9 for ~ppc64 Test project /var/tmp/portage/dev-libs/mimalloc-2.0.9/work/mimalloc-2.0.9_build-.ppc64 Start 1: test-api Start 2: test-api-fill Start 3: test-stress 1/3 Test #2: test-api-fill .................... Passed 0.00 sec 2/3 Test #1: test-api ......................... Passed 1.08 sec 3/3 Test #3: test-stress ...................... Passed 4.78 sec 100% tests passed, 0 tests failed out of 3 Total Test time (real) = 4.81 sec * Tests succeeded. Signed-off-by: Georgy Yakovlev gentoo.org> dev-libs/mimalloc/mimalloc-2.0.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/mimalloc/mimalloc-2.0.9.ebuild b/dev-libs/mimalloc/mimalloc-2.0.9.ebuild index 313ecbb034c5..7747f2101976 100644 --- a/dev-libs/mimalloc/mimalloc-2.0.9.ebuild +++ b/dev-libs/mimalloc/mimalloc-2.0.9.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 ~ppc64 ~riscv ~x86" IUSE="hardened test" RESTRICT="!test? ( test )"