Diff dotnet-sdk-6.0-r1 with a dotnet-sdk-6.0-r2

/usr/portage/virtual/dotnet-sdk/dotnet-sdk-6.0-r2.ebuild 2023-10-09 14:52:35.588368504 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
DESCRIPTION="Virtual for .NET SDK"
7 7

  
8
LICENSE=""
9 8
SLOT="6.0"
10 9
KEYWORDS="~amd64 ~arm ~arm64"
11 10

  
12
BDEPEND=""
13
RDEPEND="|| (
14
	dev-dotnet/dotnet-sdk-bin:${SLOT}[dotnet-symlink(+)]
15
	dev-dotnet/dotnet-sdk:${SLOT}[dotnet-symlink(+)]
16
)"
11
RDEPEND="
12
	|| (
13
		dev-dotnet/dotnet-sdk-bin:${SLOT}
14
		dev-dotnet/dotnet-sdk:${SLOT}
15
	)
16
"
Thank you!