diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-09-28 18:32:22 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-09-28 18:32:22 +0200 |
commit | eb0a4937ce2f48765639a89050b9cdbd24051353 (patch) | |
tree | 7753d370a2becb464a03f63f3a7ebc5140d6de2c /dev-ada | |
parent | app-text/scdoc: Keyword 1.11.2-r1 ia64, #873322 (diff) | |
download | gentoo-eb0a4937ce2f48765639a89050b9cdbd24051353.tar.gz gentoo-eb0a4937ce2f48765639a89050b9cdbd24051353.tar.bz2 gentoo-eb0a4937ce2f48765639a89050b9cdbd24051353.zip |
dev-ada/VSS: add gcc_12_2_0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ada')
-rw-r--r-- | dev-ada/VSS/VSS-22.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ada/VSS/VSS-22.0.0.ebuild b/dev-ada/VSS/VSS-22.0.0.ebuild index 4b8a933229a2..80f00cfae220 100644 --- a/dev-ada/VSS/VSS-22.0.0.ebuild +++ b/dev-ada/VSS/VSS-22.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -ADA_COMPAT=( gnat_2021 ) +ADA_COMPAT=( gnat_2021 gcc_12_2_0 ) inherit ada multiprocessing DESCRIPTION="A high level string and text processing library" |