dev-libs/mimalloc: fix subslot

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-07-05 05:50:41 +01:00
parent ba55232186
commit 08030472f3

View File

@@ -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 )"