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 C2FE61581D3 for ; Sun, 2 Jun 2024 05:29:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AAAFE2A8B; Sun, 2 Jun 2024 05:29:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 EF6F6E2A8A for ; Sun, 2 Jun 2024 05:29:12 +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 A7CC1343016 for ; Sun, 2 Jun 2024 05:29:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 024B31C09 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: <1717260840.86a44fec84040b16e9a31c133b392abceeda6539.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-r1.ebuild X-VCS-Directories: x11-terms/tilix/ X-VCS-Committer: a.horodniceanu X-VCS-Committer-Name: Horodniceanu Andrei X-VCS-Revision: 86a44fec84040b16e9a31c133b392abceeda6539 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: a8c5472c-3d50-4088-8487-da7beca80a08 X-Archives-Hash: c70b812d0378336ecc89a1c6bb400dbf commit: 86a44fec84040b16e9a31c133b392abceeda6539 Author: Andrei Horodniceanu proton me> AuthorDate: Fri May 31 10:16:21 2024 +0000 Commit: Horodniceanu Andrei proton me> CommitDate: Sat Jun 1 16:54:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=86a44fec x11-terms/tilix: enable ldc2-1_38 Signed-off-by: Andrei Horodniceanu proton.me> x11-terms/tilix/tilix-1.9.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/tilix/tilix-1.9.6-r1.ebuild b/x11-terms/tilix/tilix-1.9.6-r1.ebuild index a807642..884df61 100644 --- a/x11-terms/tilix/tilix-1.9.6-r1.ebuild +++ b/x11-terms/tilix/tilix-1.9.6-r1.ebuild @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" -DLANG_COMPAT=( ldc2-1_{35..37} ) +DLANG_COMPAT=( ldc2-1_{35..38} ) inherit dlang-single gnome2-utils meson optfeature