From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D49D615812D for ; Fri, 03 Jan 2025 20:34:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67ED0E079E; Fri, 03 Jan 2025 20:34:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50E1EE079E for ; Fri, 03 Jan 2025 20:34:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D72433BE1D for ; Fri, 03 Jan 2025 20:34:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2983B194F for ; Fri, 03 Jan 2025 20:34:43 +0000 (UTC) From: "Horodniceanu Andrei" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horodniceanu Andrei" Message-ID: <1735922954.51b89b5efd592d45feff1c514ebba4d05ee5ee63.a.horodniceanu@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: dev-util/dlang-tools/ X-VCS-Repository: repo/user/dlang X-VCS-Files: dev-util/dlang-tools/dlang-tools-2.109.1.ebuild X-VCS-Directories: dev-util/dlang-tools/ X-VCS-Committer: a.horodniceanu X-VCS-Committer-Name: Horodniceanu Andrei X-VCS-Revision: 51b89b5efd592d45feff1c514ebba4d05ee5ee63 X-VCS-Branch: master Date: Fri, 03 Jan 2025 20:34:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 101f64d9-3adf-47af-a653-a83e8592daa8 X-Archives-Hash: 117dedb2f01a243134fa3eee5a3c236e commit: 51b89b5efd592d45feff1c514ebba4d05ee5ee63 Author: Andrei Horodniceanu proton me> AuthorDate: Fri Jan 3 16:49:14 2025 +0000 Commit: Horodniceanu Andrei proton me> CommitDate: Fri Jan 3 16:49:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=51b89b5e dev-util/dlang-tools: enable ldc2-1_40 Signed-off-by: Andrei Horodniceanu proton.me> dev-util/dlang-tools/dlang-tools-2.109.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/dlang-tools/dlang-tools-2.109.1.ebuild b/dev-util/dlang-tools/dlang-tools-2.109.1.ebuild index f9df159..2dd372f 100644 --- a/dev-util/dlang-tools/dlang-tools-2.109.1.ebuild +++ b/dev-util/dlang-tools/dlang-tools-2.109.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,7 +27,7 @@ TOOLS="ddemangle detab dustmite rdmd" IUSE="+ddemangle detab dustmite +rdmd test" RESTRICT="!test? ( test )" -DLANG_COMPAT=( dmd-2_{106..109} gdc-1{3,4} ldc2-1_{35..39} ) +DLANG_COMPAT=( dmd-2_{106..109} gdc-1{3,4} ldc2-1_{35..40} ) inherit desktop dlang-single xdg-utils