summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-09-17 00:25:12 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-09-17 21:20:27 +0200
commitb38efbf6d8504046353f95aaf85977f50be2a56c (patch)
treebc1501f6d29dbfe23261f8c0d68822da85d39885
parentdev-dotnet/dotnet-runtime-nugets: bump to 7.0.11 (diff)
downloadgentoo-b38efbf6.tar.gz
gentoo-b38efbf6.tar.bz2
gentoo-b38efbf6.zip
dev-dotnet/dotnet-sdk-bin: fix dotnet-runtime-nugets dependencies
Closes: https://bugs.gentoo.org/914302 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.401-r1.ebuild (renamed from dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.401.ebuild)4
1 files 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
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="*"