# Copyright 2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 ADA_COMPAT=( gcc_{14..16} ) PYTHON_COMPAT=( python3_{11..13} ) inherit ada python-any-r1 multiprocessing DESCRIPTION="Opinionated code formatter for the Ada language" HOMEPAGE="https://github.com/AdaCore/gnatformat" SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="doc static-pic static-libs test" RESTRICT="!test? ( test )" RDEPEND="${ADA_DEPS} dev-ada/AdaSAT:=[${ADA_USEDEP},shared,static-libs?,static-pic?] dev-ada/libadalang:=[${ADA_USEDEP},static-libs?,static-pic?]