media-libs/blend2d: limit max asmjit version

Also add subslot, as the library ABI changes quite often

Bug: https://bugs.gentoo.org/970929
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
This commit is contained in:
Alexander Golubev
2026-03-05 18:21:24 +03:00
parent 4f7bc07ce5
commit 211641bd99
3 changed files with 18 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2022-2024 Gentoo Authors
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,11 +16,16 @@ else
fi
LICENSE="ZLIB"
SLOT="0"
SLOT="0/$(ver_cut 1-2)"
IUSE="+jit test"
RESTRICT="!test? ( test )"
RDEPEND="jit? ( >=dev-libs/asmjit-2024.10.25 )"
RDEPEND="
jit? (
>=dev-libs/asmjit-2024.10.25
<dev-libs/asmjit-2025.06.15
)
"
DEPEND="${RDEPEND}"
DOCS=( README.md CONTRIBUTING.md )

View File

@@ -1,4 +1,4 @@
# Copyright 2022-2024 Gentoo Authors
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,11 +16,16 @@ else
fi
LICENSE="ZLIB"
SLOT="0"
SLOT="0/$(ver_cut 1-2)"
IUSE="+jit test"
RESTRICT="!test? ( test )"
RDEPEND="jit? ( >=dev-libs/asmjit-2024.10.25 )"
RDEPEND="
jit? (
>=dev-libs/asmjit-2024.10.25
<dev-libs/asmjit-2025.06.15
)
"
DEPEND="${RDEPEND}"
DOCS=( README.md CONTRIBUTING.md )

View File

@@ -1,4 +1,4 @@
# Copyright 2022-2024 Gentoo Authors
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ else
fi
LICENSE="ZLIB"
SLOT="0"
SLOT="0/$(ver_cut 1-2)"
IUSE="+jit test"
RESTRICT="!test? ( test )"