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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F9161581D3 for ; Sun, 2 Jun 2024 05:29:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6B7DE2A8E; Sun, 2 Jun 2024 05:29:13 +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 BCB4FE2A8F for ; Sun, 2 Jun 2024 05:29:13 +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 0EFEC343023 for ; Sun, 2 Jun 2024 05:29:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 724FF1C10 for ; Sun, 2 Jun 2024 05:29:09 +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: <1717260842.efa3aea95c26d5fa2137d7809efc0d7733e21319.a.horodniceanu@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: dev-lang/ldc2/ X-VCS-Repository: repo/user/dlang X-VCS-Files: dev-lang/ldc2/ldc2-1.38.0.ebuild X-VCS-Directories: dev-lang/ldc2/ X-VCS-Committer: a.horodniceanu X-VCS-Committer-Name: Horodniceanu Andrei X-VCS-Revision: efa3aea95c26d5fa2137d7809efc0d7733e21319 X-VCS-Branch: master Date: Sun, 2 Jun 2024 05:29:09 +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: 3d655846-172b-4d6b-80b6-872c762bd3a9 X-Archives-Hash: c454a0a5454e219745a5145863e7ed98 commit: efa3aea95c26d5fa2137d7809efc0d7733e21319 Author: Andrei Horodniceanu proton me> AuthorDate: Sat Jun 1 11:37:06 2024 +0000 Commit: Horodniceanu Andrei proton me> CommitDate: Sat Jun 1 16:54:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=efa3aea9 dev-lang/ldc2: enable gdc-14 Signed-off-by: Andrei Horodniceanu proton.me> dev-lang/ldc2/ldc2-1.38.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/ldc2/ldc2-1.38.0.ebuild b/dev-lang/ldc2/ldc2-1.38.0.ebuild index 404d535..d8ef981 100644 --- a/dev-lang/ldc2/ldc2-1.38.0.ebuild +++ b/dev-lang/ldc2/ldc2-1.38.0.ebuild @@ -34,7 +34,7 @@ KEYWORDS="~amd64 ~arm64 ~x86" IUSE="static-libs test" RESTRICT="!test? ( test )" -DLANG_COMPAT=( dmd-2_{106..108} gdc-13 ldc2-1_{35..38} ) +DLANG_COMPAT=( dmd-2_{106..108} gdc-1{3..4} ldc2-1_{35..38} ) inherit dlang-single