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 B55A0158041 for ; Mon, 11 Mar 2024 04:50:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D2A6E2A62; Mon, 11 Mar 2024 04:50:03 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27AABE2A62 for ; Mon, 11 Mar 2024 04:50:03 +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 201C033BE91 for ; Mon, 11 Mar 2024 04:50:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C0991313 for ; Mon, 11 Mar 2024 04:49:59 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1710132596.216027022567af13721621cd0262aabdac3cdc4e.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dotnet-sdk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.201.ebuild X-VCS-Directories: dev-dotnet/dotnet-sdk/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 216027022567af13721621cd0262aabdac3cdc4e X-VCS-Branch: master Date: Mon, 11 Mar 2024 04:49:59 +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: aac609a2-e518-482f-b525-2ad80bee3bd9 X-Archives-Hash: b592467a55b72bf41f467c24de617910 commit: 216027022567af13721621cd0262aabdac3cdc4e Author: Maciej Barć gentoo org> AuthorDate: Mon Mar 11 01:47:27 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Mar 11 04:49:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21602702 dev-dotnet/dotnet-sdk: correct the used dotnet repo commit Signed-off-by: Maciej Barć gentoo.org> dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.201.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.201.ebuild b/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.201.ebuild index 30849bfc89b0..5bf1be3a2689 100644 --- a/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.201.ebuild +++ b/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.201.ebuild @@ -19,7 +19,7 @@ EAPI=8 -COMMIT=b27976e5a6850466ee5b4ce24f91ee93bef645f7 +COMMIT=d396b0c4d3e51c2d8d679b2f7233912bc5bfc2fa SDK_SLOT="$(ver_cut 1-2)" RUNTIME_SLOT="${SDK_SLOT}.2"