diff options
author | 2023-01-27 06:27:10 +0000 | |
---|---|---|
committer | 2023-01-27 06:27:10 +0000 | |
commit | 825fa99418a38c28caf8d7e886461ed2afaf8835 (patch) | |
tree | 81f7f4fa4bff0cc14d6f882e586d1645bc91a8ab /dev-libs | |
parent | sys-devel/binutils: filter -mindirect-branch w/ CET (diff) | |
download | gentoo-825fa99418a38c28caf8d7e886461ed2afaf8835.tar.gz gentoo-825fa99418a38c28caf8d7e886461ed2afaf8835.tar.bz2 gentoo-825fa99418a38c28caf8d7e886461ed2afaf8835.zip |
dev-libs/mimalloc: Stabilize 2.0.7 amd64, #892141
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/mimalloc/mimalloc-2.0.7.ebuild | 4 |
1 files 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 )" |