diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-09-16 21:26:27 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-09-16 21:26:27 +0200 |
commit | 4eda3e65f2a39ef2080eb3738940674d66cce108 (patch) | |
tree | 200b874d3f3e944233e9370e39ce8503ab37f1f1 /dev-ada/xmlada | |
parent | sys-apps/pkgcore: Stabilize 0.12.13-r1 hppa, #870334 (diff) | |
download | gentoo-4eda3e65f2a39ef2080eb3738940674d66cce108.tar.gz gentoo-4eda3e65f2a39ef2080eb3738940674d66cce108.tar.bz2 gentoo-4eda3e65f2a39ef2080eb3738940674d66cce108.zip |
dev-ada/xmlada: enable gcc-12.2.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ada/xmlada')
-rw-r--r-- | dev-ada/xmlada/xmlada-22.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ada/xmlada/xmlada-22.0.0.ebuild b/dev-ada/xmlada/xmlada-22.0.0.ebuild index 2f9ec8a4c638..574afc8518b7 100644 --- a/dev-ada/xmlada/xmlada-22.0.0.ebuild +++ b/dev-ada/xmlada/xmlada-22.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -ADA_COMPAT=( gnat_202{0..1} ) +ADA_COMPAT=( gnat_202{0..1} gcc_12_2_0 ) inherit ada multiprocessing DESCRIPTION="Set of modules that provide a simple manipulation of XML streams" |