commit:     218e2a8f3330936e197caaa9f5873ae0f727264d
Author:     Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Sat Apr 26 13:07:56 2025 +0000
Commit:     Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Sun May 11 16:03:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=218e2a8f

dlang-compilers-r1.eclass: Add gdc-15 target

Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>

 eclass/dlang-compilers-r1.eclass | 3 ++-
 profiles/use.desc                | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/eclass/dlang-compilers-r1.eclass b/eclass/dlang-compilers-r1.eclass
index 805227e..08f582d 100644
--- a/eclass/dlang-compilers-r1.eclass
+++ b/eclass/dlang-compilers-r1.eclass
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: dlang-compilers-r1.eclass
@@ -71,6 +71,7 @@ readonly _DLANG_GDC_FRONTENDS=(
        "12 2.100 ~amd64 ~arm64 ~x86"
        "13 2.103 ~amd64 ~arm64 ~x86"
        "14 2.108 ~amd64 ~arm64 ~x86"
+       "15 2.111 ~amd64 ~arm64 ~x86"
 )
 
 # @ECLASS_VARIABLE: _DLANG_LDC2_FRONTENDS

diff --git a/profiles/use.desc b/profiles/use.desc
index f39776f..0cd1b6f 100644
--- a/profiles/use.desc
+++ b/profiles/use.desc
@@ -13,6 +13,7 @@ dlang_single_target_dmd-2_111 - Build for DMD 2.111 only
 dlang_single_target_gdc-12 - Build for GCC 12 only
 dlang_single_target_gdc-13 - Build for GCC 13 only
 dlang_single_target_gdc-14 - Build for GCC 14 only
+dlang_single_target_gdc-15 - Build for GCC 15 only
 
 dlang_single_target_ldc2-1_32 - Build for ldc2 1.32 only
 dlang_single_target_ldc2-1_33 - Build for ldc2 1.33 only
@@ -39,6 +40,7 @@ dlang_targets_dmd-2_111 - Build with DMD 2.111
 dlang_targets_gdc-12 - Build with GCC 12
 dlang_targets_gdc-13 - Build with GCC 13
 dlang_targets_gdc-14 - Build with GCC 14
+dlang_targets_gdc-15 - Build with GCC 15
 
 dlang_targets_ldc2-1_32 - Build with ldc2 1.32
 dlang_targets_ldc2-1_33 - Build with ldc2 1.33

Reply via email to