commit: 08030472f38311336cd058e98eee8900ea9e2235 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jul 5 04:50:41 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 5 04:51:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08030472
dev-libs/mimalloc: fix subslot Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/mimalloc/mimalloc-3.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/mimalloc/mimalloc-3.1.5.ebuild b/dev-libs/mimalloc/mimalloc-3.1.5.ebuild index 49b88d5cd215..7d201bd5a577 100644 --- a/dev-libs/mimalloc/mimalloc-3.1.5.ebuild +++ b/dev-libs/mimalloc/mimalloc-3.1.5.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/microsoft/mimalloc" SRC_URI="https://github.com/microsoft/mimalloc/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -SLOT="0/2" +SLOT="0/3" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="debug hardened test valgrind" RESTRICT="!test? ( test )"
