commit: a714c8aedd3add631c4bf5f6e52cc700988d0702 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue Mar 21 20:49:04 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue Mar 21 20:59:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a714c8ae
dev-ada/xmlada: drop gcc_12_2_0 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ada/xmlada/xmlada-23.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ada/xmlada/xmlada-23.0.0-r1.ebuild b/dev-ada/xmlada/xmlada-23.0.0-r1.ebuild index 328b20e285c9..67b2018ced01 100644 --- a/dev-ada/xmlada/xmlada-23.0.0-r1.ebuild +++ b/dev-ada/xmlada/xmlada-23.0.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -ADA_COMPAT=( gnat_2021 gcc_12_2_0 gcc_12 ) +ADA_COMPAT=( gnat_2021 gcc_12 ) inherit ada multiprocessing DESCRIPTION="Set of modules that provide a simple manipulation of XML streams"
