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 7DC791581D3 for ; Sun, 2 Jun 2024 05:29:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31B66E2A9C; Sun, 2 Jun 2024 05:29:14 +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 1B692E2A9C for ; Sun, 2 Jun 2024 05:29:14 +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 4B16B343016 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 293181C18 for ; Sun, 2 Jun 2024 05:29:10 +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: <1717305175.64b44f2f690e2934deb9adaaff75b95e97794b3f.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: 64b44f2f690e2934deb9adaaff75b95e97794b3f X-VCS-Branch: master Date: Sun, 2 Jun 2024 05:29:10 +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: 89e18d72-c0d5-4077-b79d-74e4013d5716 X-Archives-Hash: 6ca95d712ad407ea3bb5b5ff9d2bff8a commit: 64b44f2f690e2934deb9adaaff75b95e97794b3f Author: Andrei Horodniceanu proton me> AuthorDate: Sun Jun 2 05:12:55 2024 +0000 Commit: Horodniceanu Andrei proton me> CommitDate: Sun Jun 2 05:12:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=64b44f2f x11-terms/tilix: enable gdc-14 Signed-off-by: Andrei Horodniceanu proton.me> x11-terms/tilix/tilix-1.9.6-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/tilix/tilix-1.9.6-r2.ebuild b/x11-terms/tilix/tilix-1.9.6-r2.ebuild index d1d66cc..39b0252 100644 --- a/x11-terms/tilix/tilix-1.9.6-r2.ebuild +++ b/x11-terms/tilix/tilix-1.9.6-r2.ebuild @@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" -DLANG_COMPAT=( dmd-2_10{6..8} gdc-13 ldc2-1_{35..38} ) +DLANG_COMPAT=( dmd-2_10{6..8} gdc-1{3,4} ldc2-1_{35..38} ) inherit dlang-single gnome2-utils meson optfeature