Diff dotnet-sdk-7.0-r1 with a dotnet-sdk-9.0

/usr/portage/virtual/dotnet-sdk/dotnet-sdk-9.0.ebuild 2024-12-25 14:59:52.831270184 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
6 6
DESCRIPTION="Virtual for .NET SDK"
7 7

  
8 8
SLOT="${PV}"
9
KEYWORDS="amd64 ~arm ~arm64"
9
KEYWORDS="amd64 arm arm64"
10 10

  
11 11
RDEPEND="
12 12
	|| (
Thank you!