mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user