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 951F815812D for ; Fri, 03 Jan 2025 20:34:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E4C5E07D7; Fri, 03 Jan 2025 20:34:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 73107E07D7 for ; Fri, 03 Jan 2025 20:34:47 +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 0FED433BE26 for ; Fri, 03 Jan 2025 20:34:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 982A3199B 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: <1735930584.4630de3c1e056003fa358cdfc468af9f9d90bb1b.a.horodniceanu@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: dev-lang/dmd/ X-VCS-Repository: repo/user/dlang X-VCS-Files: dev-lang/dmd/dmd-2.110.0_beta1.ebuild X-VCS-Directories: dev-lang/dmd/ X-VCS-Committer: a.horodniceanu X-VCS-Committer-Name: Horodniceanu Andrei X-VCS-Revision: 4630de3c1e056003fa358cdfc468af9f9d90bb1b 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: 298a5d45-6ee2-4e18-8cfc-689e0cac550c X-Archives-Hash: 445735c04d4ecb5aa10e8dac76a46ab2 commit: 4630de3c1e056003fa358cdfc468af9f9d90bb1b Author: Andrei Horodniceanu proton me> AuthorDate: Fri Jan 3 18:56:24 2025 +0000 Commit: Horodniceanu Andrei proton me> CommitDate: Fri Jan 3 18:56:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=4630de3c dev-lang/dmd: enable ldc2-1_40 Signed-off-by: Andrei Horodniceanu proton.me> dev-lang/dmd/dmd-2.110.0_beta1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/dmd/dmd-2.110.0_beta1.ebuild b/dev-lang/dmd/dmd-2.110.0_beta1.ebuild index 5260c8a..b4f24a2 100644 --- a/dev-lang/dmd/dmd-2.110.0_beta1.ebuild +++ b/dev-lang/dmd/dmd-2.110.0_beta1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 #KEYWORDS="-* ~amd64 ~x86" -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 dmd-r1