diff options
Diffstat (limited to 'dev-ada/VSS/VSS-25.0.0.ebuild')
-rw-r--r-- | dev-ada/VSS/VSS-25.0.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-ada/VSS/VSS-25.0.0.ebuild b/dev-ada/VSS/VSS-25.0.0.ebuild index 1e9ac750fbce..45d50bffa242 100644 --- a/dev-ada/VSS/VSS-25.0.0.ebuild +++ b/dev-ada/VSS/VSS-25.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,10 +13,11 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz LICENSE="GPL-3 gcc-runtime-library-exception-3.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+shared static-libs static-pic test" RESTRICT="!test? ( test )" -REQUIRED_USE="${ADA_REQUIRED_USE}" +REQUIRED_USE="${ADA_REQUIRED_USE} + test? ( static-libs )" RDEPEND="${ADA_DEPS} dev-ada/xmlada:=[shared?,static-libs?,static-pic?,${ADA_USEDEP}]" |