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 ADE881581D3 for ; Thu, 2 May 2024 21:00:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E630FE2A2D; Thu, 2 May 2024 21:00:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 CC96AE2A2C for ; Thu, 2 May 2024 21:00:34 +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 CC817342FF7 for ; Thu, 2 May 2024 21:00:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BED6E19DB for ; Thu, 2 May 2024 21:00:30 +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: <1714667794.c9d25726774580a10b4fc7288d662e8aa386f444.a.horodniceanu@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: dev-util/dfmt/ X-VCS-Repository: repo/user/dlang X-VCS-Files: dev-util/dfmt/dfmt-0.15.1-r1.ebuild X-VCS-Directories: dev-util/dfmt/ X-VCS-Committer: a.horodniceanu X-VCS-Committer-Name: Horodniceanu Andrei X-VCS-Revision: c9d25726774580a10b4fc7288d662e8aa386f444 X-VCS-Branch: master Date: Thu, 2 May 2024 21:00:30 +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: 1f30af90-618a-4db8-8d1e-b28c2a3738d6 X-Archives-Hash: 9321f7492eeaae03fd774b84dcfd27f1 commit: c9d25726774580a10b4fc7288d662e8aa386f444 Author: Andrei Horodniceanu proton me> AuthorDate: Thu May 2 16:36:34 2024 +0000 Commit: Horodniceanu Andrei proton me> CommitDate: Thu May 2 16:36:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=c9d25726 dev-util/dfmt: enable ldc2-1_37 Signed-off-by: Andrei Horodniceanu proton.me> dev-util/dfmt/dfmt-0.15.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/dfmt/dfmt-0.15.1-r1.ebuild b/dev-util/dfmt/dfmt-0.15.1-r1.ebuild index 046f26a..dbb6313 100644 --- a/dev-util/dfmt/dfmt-0.15.1-r1.ebuild +++ b/dev-util/dfmt/dfmt-0.15.1-r1.ebuild @@ -18,7 +18,7 @@ LICENSE="Boost-1.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" -DLANG_COMPAT=( dmd-2_{106..108} gdc-13 ldc2-1_{35..36} ) +DLANG_COMPAT=( dmd-2_{106..108} gdc-13 ldc2-1_{35..37} ) inherit dlang-single bash-completion-r1