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 58E8B15812D 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 D84BEE07D0; Fri, 03 Jan 2025 20:34:46 +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 B78FDE07D0 for ; Fri, 03 Jan 2025 20:34:46 +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 0E97D33BE1D 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 8606D1999 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: <1735928136.dfb5edc59241023808eb552ca9234926ceb99061.a.horodniceanu@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: x11-terms/tilix/ X-VCS-Repository: repo/user/dlang X-VCS-Files: x11-terms/tilix/tilix-1.9.6-r2.ebuild X-VCS-Directories: x11-terms/tilix/ X-VCS-Committer: a.horodniceanu X-VCS-Committer-Name: Horodniceanu Andrei X-VCS-Revision: dfb5edc59241023808eb552ca9234926ceb99061 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: bebca8ba-37ad-41f7-89a8-ac80bfd25641 X-Archives-Hash: dfae87005097fe91ae6be63c40050a47 commit: dfb5edc59241023808eb552ca9234926ceb99061 Author: Andrei Horodniceanu proton me> AuthorDate: Fri Jan 3 18:15:36 2025 +0000 Commit: Horodniceanu Andrei proton me> CommitDate: Fri Jan 3 18:15:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=dfb5edc5 x11-terms/tilix: enable ldc2-1_40 Signed-off-by: Andrei Horodniceanu proton.me> x11-terms/tilix/tilix-1.9.6-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-terms/tilix/tilix-1.9.6-r2.ebuild b/x11-terms/tilix/tilix-1.9.6-r2.ebuild index cf99b76..73c4599 100644 --- a/x11-terms/tilix/tilix-1.9.6-r2.ebuild +++ b/x11-terms/tilix/tilix-1.9.6-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -DLANG_COMPAT=( dmd-2_10{6..9} gdc-1{3,4} ldc2-1_{35..39} ) +DLANG_COMPAT=( dmd-2_10{6..9} gdc-1{3,4} ldc2-1_{35..40} ) inherit dlang-single gnome2-utils meson optfeature DESCRIPTION="A tiling terminal emulator for Linux using GTK+ 3"