# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{11..13} ) inherit cmake flag-o-matic llvm.org python-any-r1 DESCRIPTION="LLVM's Fortran runtime" HOMEPAGE="https://flang.llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions" SLOT="${LLVM_MAJOR}" IUSE="+debug test" RESTRICT="!test? ( test )" RDEPEND=" !