dotnet-utils.eclass: Reorder sdk dependency

Since the virtual is still limited to a single version and dotnet-sdk
does not exist yet, reodering so that dotnet-sdk-bin takes priority.

Signed-off-by: Anna (navi) Figueiredo Gomes <anna@navirc.com>
This commit is contained in:
Anna (navi) Figueiredo Gomes
2023-01-15 12:11:44 -03:00
parent 9c577990d0
commit dd2e4188aa

View File

@@ -30,7 +30,7 @@ if [[ ! ${DOTNET_SLOT} ]]; then
fi
# Temporary, use the virtual once you can have multiple virtuals installed at once
BDEPEND+=" || ( dev-dotnet/dotnet-sdk:${DOTNET_SLOT} dev-dotnet/dotnet-sdk-bin:${DOTNET_SLOT} )"
BDEPEND+=" || ( dev-dotnet/dotnet-sdk-bin:${DOTNET_SLOT} dev-dotnet/dotnet-sdk:${DOTNET_SLOT} )"
# @ECLASS_VARIABLE: DOTNET_EXECUTABLE
# @DEFAULT_UNSET