From cbfeccf09a439d683f1dd63c2e87162c3f1cc603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Fri, 15 Mar 2024 21:18:14 +0100 Subject: [PATCH] sci-electronics/ghdl: add gcc_13 to ADA_COMPAT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- .../ghdl/{ghdl-4.0.0.ebuild => ghdl-4.0.0-r1.ebuild} | 2 +- ....0.0_pre20231218.ebuild => ghdl-4.0.0_pre20231218-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename sci-electronics/ghdl/{ghdl-4.0.0.ebuild => ghdl-4.0.0-r1.ebuild} (97%) rename sci-electronics/ghdl/{ghdl-4.0.0_pre20231218.ebuild => ghdl-4.0.0_pre20231218-r1.ebuild} (97%) diff --git a/sci-electronics/ghdl/ghdl-4.0.0.ebuild b/sci-electronics/ghdl/ghdl-4.0.0-r1.ebuild similarity index 97% rename from sci-electronics/ghdl/ghdl-4.0.0.ebuild rename to sci-electronics/ghdl/ghdl-4.0.0-r1.ebuild index fb194d074563d..91b707eb0ca7e 100644 --- a/sci-electronics/ghdl/ghdl-4.0.0.ebuild +++ b/sci-electronics/ghdl/ghdl-4.0.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -ADA_COMPAT=( gnat_2021 ) +ADA_COMPAT=( gnat_2021 gcc_13 ) LLVM_MAX_SLOT=17 # Check "configure" script for supported LLVM versions. inherit ada edo llvm toolchain-funcs diff --git a/sci-electronics/ghdl/ghdl-4.0.0_pre20231218.ebuild b/sci-electronics/ghdl/ghdl-4.0.0_pre20231218-r1.ebuild similarity index 97% rename from sci-electronics/ghdl/ghdl-4.0.0_pre20231218.ebuild rename to sci-electronics/ghdl/ghdl-4.0.0_pre20231218-r1.ebuild index 068afb77b62db..423768c69164e 100644 --- a/sci-electronics/ghdl/ghdl-4.0.0_pre20231218.ebuild +++ b/sci-electronics/ghdl/ghdl-4.0.0_pre20231218-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 [[ "${PV}" = *_pre20231218 ]] && COMMIT=2135cbf1458bd1b8b8f42bda81222ab57bd66de6 -ADA_COMPAT=( gnat_2021 ) +ADA_COMPAT=( gnat_2021 gcc_13 ) LLVM_MAX_SLOT=17 # Check "configure" script for supported LLVM versions. inherit ada edo llvm toolchain-funcs