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 BD2211581C1 for ; Sun, 14 Jul 2024 19:44:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA4872BC01D; Sun, 14 Jul 2024 19:44:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 981752BC016 for ; Sun, 14 Jul 2024 19:44:23 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C562B340C53 for ; Sun, 14 Jul 2024 19:44:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D21DA1976 for ; Sun, 14 Jul 2024 19:44:20 +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: <1720943421.10ec98c52671ec33e8bead1594a4e88285e9ea1f.a.horodniceanu@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: dev-libs/gtkd/ X-VCS-Repository: repo/user/dlang X-VCS-Files: dev-libs/gtkd/gtkd-3.10.0-r2.ebuild X-VCS-Directories: dev-libs/gtkd/ X-VCS-Committer: a.horodniceanu X-VCS-Committer-Name: Horodniceanu Andrei X-VCS-Revision: 10ec98c52671ec33e8bead1594a4e88285e9ea1f X-VCS-Branch: master Date: Sun, 14 Jul 2024 19:44:20 +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: 3973c8ad-d26c-4afa-8677-43483cd43485 X-Archives-Hash: 8d261e409ba67051db5ce734e97cd542 commit: 10ec98c52671ec33e8bead1594a4e88285e9ea1f Author: Andrei Horodniceanu proton me> AuthorDate: Sun Jul 14 07:50:21 2024 +0000 Commit: Horodniceanu Andrei proton me> CommitDate: Sun Jul 14 07:50:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=10ec98c5 dev-libs/gtkd: enable dmd-2_109 and ldc2-1_39 Signed-off-by: Andrei Horodniceanu proton.me> dev-libs/gtkd/gtkd-3.10.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/gtkd/gtkd-3.10.0-r2.ebuild b/dev-libs/gtkd/gtkd-3.10.0-r2.ebuild index 730c22a..5381385 100644 --- a/dev-libs/gtkd/gtkd-3.10.0-r2.ebuild +++ b/dev-libs/gtkd/gtkd-3.10.0-r2.ebuild @@ -14,7 +14,7 @@ SLOT="3" KEYWORDS="~amd64 ~x86" MULTILIB_COMPAT=( abi_x86_{32,64} ) -DLANG_COMPAT=( dmd-2_{106..108} gdc-1{3,4} ldc2-1_{35..38} ) +DLANG_COMPAT=( dmd-2_{106..109} gdc-1{3,4} ldc2-1_{35..39} ) declare -A DLANG_REQ_USE=( [dmd]="${MULTILIB_USEDEP}" [gdc]=""