mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
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:
@@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -16,11 +16,16 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
LICENSE="ZLIB"
|
LICENSE="ZLIB"
|
||||||
SLOT="0"
|
SLOT="0/$(ver_cut 1-2)"
|
||||||
IUSE="+jit test"
|
IUSE="+jit test"
|
||||||
RESTRICT="!test? ( 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}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
DOCS=( README.md CONTRIBUTING.md )
|
DOCS=( README.md CONTRIBUTING.md )
|
||||||
|
|||||||
@@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -16,11 +16,16 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
LICENSE="ZLIB"
|
LICENSE="ZLIB"
|
||||||
SLOT="0"
|
SLOT="0/$(ver_cut 1-2)"
|
||||||
IUSE="+jit test"
|
IUSE="+jit test"
|
||||||
RESTRICT="!test? ( 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}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
DOCS=( README.md CONTRIBUTING.md )
|
DOCS=( README.md CONTRIBUTING.md )
|
||||||
|
|||||||
@@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -16,7 +16,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
LICENSE="ZLIB"
|
LICENSE="ZLIB"
|
||||||
SLOT="0"
|
SLOT="0/$(ver_cut 1-2)"
|
||||||
IUSE="+jit test"
|
IUSE="+jit test"
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user