# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake DESCRIPTION="2D vector graphics library powered by a JIT compiler." HOMEPAGE="https://blend2d.com/" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/${PN}/${PN}" else SRC_URI="https://blend2d.com/download/${P}.tar.gz" KEYWORDS="~amd64" S="${WORKDIR}/${PN}" fi LICENSE="ZLIB" SLOT="0/$(ver_cut 1-2)" IUSE="+jit test" RESTRICT="!test? ( test )" RDEPEND=" jit? ( >=dev-libs/asmjit-2024.10.25:=