From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2BD80158B20 for ; Tue, 04 Feb 2025 16:52:13 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1330E33BEB9 for ; Tue, 04 Feb 2025 16:52:13 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0398311046F; Tue, 04 Feb 2025 16:52:12 +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 bobolink.gentoo.org (Postfix) with ESMTPS id EB8B111046F for ; Tue, 04 Feb 2025 16:52:11 +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 A243D340813 for ; Tue, 04 Feb 2025 16:52:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED9852629 for ; Tue, 04 Feb 2025 16:52:09 +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: <1738687926.aa29c924863748348371bff62b7a7d0f569d943f.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dotnet-sdk-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.102-r1.ebuild dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.102.ebuild X-VCS-Directories: dev-dotnet/dotnet-sdk-bin/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: aa29c924863748348371bff62b7a7d0f569d943f X-VCS-Branch: master Date: Tue, 04 Feb 2025 16:52: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: 04dcbbbf-3d2d-4978-a9a5-539d4a3f7a66 X-Archives-Hash: 67936f355c036dc33bed46b9116a1d4f commit: aa29c924863748348371bff62b7a7d0f569d943f Author: Maciej Barć gentoo org> AuthorDate: Tue Feb 4 16:46:33 2025 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Feb 4 16:52:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa29c924 dev-dotnet/dotnet-sdk-bin: fix 9.0.102 SLOT Closes: https://bugs.gentoo.org/949279 Signed-off-by: Maciej Barć gentoo.org> .../{dotnet-sdk-bin-9.0.102.ebuild => dotnet-sdk-bin-9.0.102-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.102.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.102-r1.ebuild similarity index 99% rename from dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.102.ebuild rename to dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.102-r1.ebuild index 1986abec12bc..cc180c7b99a2 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.102.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.102-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 SDK_SLOT="$(ver_cut 1-2)" -RUNTIME_SLOT="${SDK_SLOT}.0" +RUNTIME_SLOT="${SDK_SLOT}.1" DESCRIPTION=".NET is a free, cross-platform, open-source developer platform" HOMEPAGE="https://dotnet.microsoft.com/