commit:     d3352ebae9e72df7e464c911dffed991622e9a4a
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 21:42:41 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 21:42:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3352eba

ada.eclass: drop gcc_12_2_0

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 eclass/ada.eclass | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/eclass/ada.eclass b/eclass/ada.eclass
index eea41c0cff48..198cd01477aa 100644
--- a/eclass/ada.eclass
+++ b/eclass/ada.eclass
@@ -57,7 +57,7 @@ _ADA_ECLASS=1
 # @DESCRIPTION:
 # All supported Ada implementations, most preferred last.
 _ADA_ALL_IMPLS=(
-       gnat_2021 gcc_12_2_0 gcc_12
+       gnat_2021 gcc_12
 )
 readonly _ADA_ALL_IMPLS
 
@@ -122,9 +122,6 @@ _ada_impl_supported() {
                gnat_2021)
                        return 0
                        ;;
-               gcc_12_2_0)
-                       return 0
-                       ;;
                gcc_12)
                        return 0
                        ;;
@@ -223,10 +220,6 @@ ada_export() {
                        impl=${1}
                        shift
                        ;;
-               gcc_12_2_0)
-                       impl=${1}
-                       shift
-                       ;;
                gcc_12)
                        impl=${1}
                        shift
@@ -247,10 +240,6 @@ ada_export() {
                        gcc_pv=10
                        slot=10
                        ;;
-               gcc_12_2_0)
-                       gcc_pv=12.2.0
-                       slot=12
-                       ;;
                gcc_12)
                        gcc_pv=12
                        slot=12

Reply via email to