From 05b617d7b1f6e6c8e72c2488b3b0118b095c8f73 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Thu, 5 Mar 2026 21:42:21 +0300 Subject: [PATCH] dev-libs/asmjit: add subslot Due to asmjit is breaking both API&ABI quite often, it warrants a subslot. Signed-off-by: Alexander Golubev Part-of: https://github.com/gentoo/gentoo/pull/45895 Signed-off-by: Alfredo Tupone --- ...{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(-) rename dev-libs/asmjit/{asmjit-2025.06.28.ebuild => asmjit-2025.06.28-r1.ebuild} (85%) 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 07f7d7bdc5d6a..3971291d423c5 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 8c44bb7823a97..d4a0b46c0935e 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 )"