diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-03-15 21:18:14 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-03-15 21:33:34 +0100 |
commit | cbfeccf09a439d683f1dd63c2e87162c3f1cc603 (patch) | |
tree | 1f331b24371def6130510de9d018a937a9595531 /sci-electronics | |
parent | app-misc/ca-certificates: Stabilize 20230311.3.97 hppa, #926991 (diff) | |
download | gentoo-cbfeccf09a439d683f1dd63c2e87162c3f1cc603.tar.gz gentoo-cbfeccf09a439d683f1dd63c2e87162c3f1cc603.tar.bz2 gentoo-cbfeccf09a439d683f1dd63c2e87162c3f1cc603.zip |
sci-electronics/ghdl: add gcc_13 to ADA_COMPAT
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/ghdl/ghdl-4.0.0-r1.ebuild (renamed from sci-electronics/ghdl/ghdl-4.0.0.ebuild) | 2 | ||||
-rw-r--r-- | sci-electronics/ghdl/ghdl-4.0.0_pre20231218-r1.ebuild (renamed from sci-electronics/ghdl/ghdl-4.0.0_pre20231218.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/ghdl/ghdl-4.0.0.ebuild b/sci-electronics/ghdl/ghdl-4.0.0-r1.ebuild index fb194d074563..91b707eb0ca7 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 index 068afb77b62d..423768c69164 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 |