commit: 5d92b28347e5ddcb569edb421b5ac001e74896a5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 10 00:01:38 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 10 01:54:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d92b283
sci-electronics/ghdl: drop gnat_2021 We're last-riting gnat-gpl. Bug: https://bugs.gentoo.org/951054 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-electronics/ghdl/ghdl-4.1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-electronics/ghdl/ghdl-4.1.0-r1.ebuild b/sci-electronics/ghdl/ghdl-4.1.0-r1.ebuild index 85bab5de8804..d51899749000 100644 --- a/sci-electronics/ghdl/ghdl-4.1.0-r1.ebuild +++ b/sci-electronics/ghdl/ghdl-4.1.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -ADA_COMPAT=( gnat_2021 gcc_13 ) +ADA_COMPAT=( gcc_13 ) LLVM_COMPAT=( {16..17} ) # Check configure script for supported LLVM versions. inherit ada edo llvm-r1 toolchain-funcs
