commit:     05b617d7b1f6e6c8e72c2488b3b0118b095c8f73
Author:     Alexander Golubev <fatzer2 <AT> gmail <DOT> com>
AuthorDate: Thu Mar  5 18:42:21 2026 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Mar  6 15:29:56 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05b617d7

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 <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/45895
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 .../asmjit/{asmjit-2025.06.28.ebuild => asmjit-2025.06.28-r1.ebuild} | 5 +++--
 dev-libs/asmjit/asmjit-9999.ebuild                                   | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-libs/asmjit/asmjit-2025.06.28.ebuild 
b/dev-libs/asmjit/asmjit-2025.06.28-r1.ebuild
similarity index 85%
rename from dev-libs/asmjit/asmjit-2025.06.28.ebuild
rename to dev-libs/asmjit/asmjit-2025.06.28-r1.ebuild
index 07f7d7bdc5d6..3971291d423c 100644
--- a/dev-libs/asmjit/asmjit-2025.06.28.ebuild
+++ b/dev-libs/asmjit/asmjit-2025.06.28-r1.ebuild
@@ -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 )"

diff --git a/dev-libs/asmjit/asmjit-9999.ebuild 
b/dev-libs/asmjit/asmjit-9999.ebuild
index 8c44bb7823a9..d4a0b46c0935 100644
--- a/dev-libs/asmjit/asmjit-9999.ebuild
+++ b/dev-libs/asmjit/asmjit-9999.ebuild
@@ -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 )"

Reply via email to