From dd2e4188aa28813331c3ab46827a993369425fc2 Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Sun, 15 Jan 2023 12:11:44 -0300 Subject: [PATCH] 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 --- eclass/dotnet-utils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/dotnet-utils.eclass b/eclass/dotnet-utils.eclass index deeb4c3c0a..a055168f22 100644 --- a/eclass/dotnet-utils.eclass +++ b/eclass/dotnet-utils.eclass @@ -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