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 BF17C158041 for ; Wed, 13 Mar 2024 21:29:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B252E29C6; Wed, 13 Mar 2024 21:29:12 +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 136B8E29C6 for ; Wed, 13 Mar 2024 21: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44006340441 for ; Wed, 13 Mar 2024 21:29:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1AA71515 for ; Wed, 13 Mar 2024 21: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: <1710364132.d1cc495e2d9e54944e3b38180973ed8a1f8d8a1b.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.ebuild X-VCS-Directories: x11-terms/tilix/ X-VCS-Committer: a.horodniceanu X-VCS-Committer-Name: Horodniceanu Andrei X-VCS-Revision: d1cc495e2d9e54944e3b38180973ed8a1f8d8a1b X-VCS-Branch: master Date: Wed, 13 Mar 2024 21: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: 13c33c19-fb92-4324-9abc-8e487769d691 X-Archives-Hash: cb7007065202e5310f5501ae0861788a commit: d1cc495e2d9e54944e3b38180973ed8a1f8d8a1b Author: Andrei Horodniceanu proton me> AuthorDate: Wed Mar 13 21:08:52 2024 +0000 Commit: Horodniceanu Andrei proton me> CommitDate: Wed Mar 13 21:08:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=d1cc495e x11-terms/tilix: add 2.106 to DLANG_VERSION_RANGE Signed-off-by: Andrei Horodniceanu proton.me> x11-terms/tilix/tilix-1.9.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/tilix/tilix-1.9.6.ebuild b/x11-terms/tilix/tilix-1.9.6.ebuild index 8182775..e8ac366 100644 --- a/x11-terms/tilix/tilix-1.9.6.ebuild +++ b/x11-terms/tilix/tilix-1.9.6.ebuild @@ -10,7 +10,7 @@ LICENSE="MPL-2.0" SLOT="0" KEYWORDS="amd64 x86" -DLANG_VERSION_RANGE="2.099-2.105" +DLANG_VERSION_RANGE="2.099-2.106" DLANG_PACKAGE_TYPE="single" # Using dmd and gdc results in linking errors currently. # Upstream only tests with ldc2 as well.