diff --git a/eclass/dotnet-utils.eclass b/eclass/dotnet-utils.eclass index d035a95da6..be3953b896 100644 --- a/eclass/dotnet-utils.eclass +++ b/eclass/dotnet-utils.eclass @@ -29,7 +29,8 @@ if [[ ! ${DOTNET_SLOT} ]]; then die "${ECLASS}: DOTNET_SLOT not set" fi -BDEPEND="virtual/dotnet-sdk:${DOTNET_SLOT}" +# 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} )" # @ECLASS_VARIABLE: DOTNET_EXECUTABLE # @DEFAULT_UNSET