diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-01-22 23:15:51 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-01-22 23:21:47 -0800 |
commit | 1b9110537e33190dad3b90736db9fc95d3515a12 (patch) | |
tree | 6dfda2bce4772bc3bb1de23dbbea582c72b426cc /dev-libs/mimalloc | |
parent | dev-ruby/mysql2: stabilize 0.5.4 for amd64 (diff) | |
download | gentoo-1b9110537e33190dad3b90736db9fc95d3515a12.tar.gz gentoo-1b9110537e33190dad3b90736db9fc95d3515a12.tar.bz2 gentoo-1b9110537e33190dad3b90736db9fc95d3515a12.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs/mimalloc')
-rw-r--r-- | dev-libs/mimalloc/mimalloc-2.0.9.ebuild | 4 |
1 files 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 )" |