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 62A93158089 for ; Sun, 17 Sep 2023 19:33:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CD342BC017; Sun, 17 Sep 2023 19:33:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7982D2BC017 for ; Sun, 17 Sep 2023 19:33:01 +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 C186F335C87 for ; Sun, 17 Sep 2023 19:33:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30D4211CE for ; Sun, 17 Sep 2023 19:32: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: <1694978427.b38efbf6d8504046353f95aaf85977f50be2a56c.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-7.0.401-r1.ebuild dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.401.ebuild X-VCS-Directories: dev-dotnet/dotnet-sdk-bin/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: b38efbf6d8504046353f95aaf85977f50be2a56c X-VCS-Branch: master Date: Sun, 17 Sep 2023 19:32: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: 3d595387-209c-4013-a832-86986e828353 X-Archives-Hash: 94a97f29cd1e37903ee6500be1c985ff commit: b38efbf6d8504046353f95aaf85977f50be2a56c Author: Maciej Barć gentoo org> AuthorDate: Sat Sep 16 22:25:12 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sun Sep 17 19:20:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38efbf6 dev-dotnet/dotnet-sdk-bin: fix dotnet-runtime-nugets dependencies Closes: https://bugs.gentoo.org/914302 Signed-off-by: Maciej Barć gentoo.org> ...dotnet-sdk-bin-7.0.401.ebuild => dotnet-sdk-bin-7.0.401-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.401.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.401-r1.ebuild similarity index 96% rename from dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.401.ebuild rename to dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.401-r1.ebuild index fa2d05a04f71..580f5a676561 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.401.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.401-r1.ebuild @@ -22,7 +22,7 @@ arm64? ( S="${WORKDIR}" SDK_SLOT="$(ver_cut 1-2)" -RUNTIME_SLOT="${SDK_SLOT}.5" +RUNTIME_SLOT="${SDK_SLOT}.11" SLOT="${SDK_SLOT}/${RUNTIME_SLOT}" LICENSE="MIT" @@ -39,7 +39,7 @@ IDEPEND="app-eselect/eselect-dotnet" PDEPEND=" ~dev-dotnet/dotnet-runtime-nugets-${RUNTIME_SLOT} ~dev-dotnet/dotnet-runtime-nugets-3.1.32 - ~dev-dotnet/dotnet-runtime-nugets-6.0.16 + ~dev-dotnet/dotnet-runtime-nugets-6.0.22 " QA_PREBUILT="*"