# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 ADA_COMPAT=( gcc_13 gcc_14 ) inherit ada multiprocessing DESCRIPTION="LibGPR2 - Parser for GPR Project files" HOMEPAGE="https://github.com/AdaCore/gpr" SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}-next.tar.gz -> ${P}-next.tar.gz" S="${WORKDIR}"/${P}-next LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="static-libs static-pic" REQUIRED_USE="${ADA_REQUIRED_USE}" RDEPEND="${ADA_DEPS} dev-ada/xmlada[${ADA_USEDEP},shared,static-libs?,static-pic?]