commit: 4bd3578508efcbaf15245279c59ae2f3763f19ec Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Jun 1 20:30:10 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Jun 1 20:40:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd35785
dev-ada/aws: only use gcc-12 Closes: https://bugs.gentoo.org/902513 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ada/aws/{aws-23.0.0-r1.ebuild => aws-23.0.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ada/aws/aws-23.0.0-r1.ebuild b/dev-ada/aws/aws-23.0.0-r2.ebuild similarity index 98% rename from dev-ada/aws/aws-23.0.0-r1.ebuild rename to dev-ada/aws/aws-23.0.0-r2.ebuild index a65d918a0d52..98d7e347b62a 100644 --- a/dev-ada/aws/aws-23.0.0-r1.ebuild +++ b/dev-ada/aws/aws-23.0.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -ADA_COMPAT=( gnat_2021 gcc_12 ) +ADA_COMPAT=( gcc_12 ) inherit ada multiprocessing DESCRIPTION="A complete Web development framework"
