mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Alfredo Tupone
parent
9ae7c5e79e
commit
05b617d7b1
@@ -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 )"
|
||||
@@ -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 )"
|
||||
|
||||
Reference in New Issue
Block a user