dev-libs/asmjit: add subslot

Due to asmjit is breaking both API&ABI quite often, it warrants a
subslot.

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/45895
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alexander Golubev
2026-03-05 21:42:21 +03:00
committed by Alfredo Tupone
parent 9ae7c5e79e
commit 05b617d7b1
2 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2022-2025 Gentoo Authors
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,8 @@ else
fi
LICENSE="ZLIB"
SLOT="0"
# NOTE: subslot is last commit marked with [abi] in git
SLOT="0/2025.06.16"
IUSE="test"
BDEPEND="test? ( dev-cpp/gtest )"

View File

@@ -1,4 +1,4 @@
# Copyright 2022-2025 Gentoo Authors
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,8 @@ else
fi
LICENSE="ZLIB"
SLOT="0"
# NOTE: subslot is last commit marked with [abi] in git
SLOT="0/9999"
IUSE="test"
BDEPEND="test? ( dev-cpp/gtest )"