summaryrefslogtreecommitdiff
path: root/virtual/dotnet-sdk/dotnet-sdk-6.0-r2.ebuild
blob: 51d80145aa4847d080eed4c92f626abc594ba2f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Virtual for .NET SDK"

SLOT="6.0"
KEYWORDS="~amd64"

RDEPEND="
	|| (
		dev-dotnet/dotnet-sdk-bin:${SLOT}
		dev-dotnet/dotnet-sdk:${SLOT}
	)
"