commit: 1b9110537e33190dad3b90736db9fc95d3515a12
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 07:15:51 2023 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> 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 <gyakovlev <AT> 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 )"