Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: eclass/
Date: Sat, 26 Nov 2022 10:54:39
Message-Id: 1669376221.13541aa6d02056b862fa4960b9e98c0f8a2e1408.flow@gentoo
1 commit: 13541aa6d02056b862fa4960b9e98c0f8a2e1408
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Fri Nov 25 11:26:03 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 25 11:37:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13541aa6
7
8 dotnet-utils.eclass: depend on virtual
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 eclass/dotnet-utils.eclass | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/eclass/dotnet-utils.eclass b/eclass/dotnet-utils.eclass
16 index 745676186..9e15fb08c 100644
17 --- a/eclass/dotnet-utils.eclass
18 +++ b/eclass/dotnet-utils.eclass
19 @@ -29,8 +29,7 @@ if [[ ! ${DOTNET_SLOT} ]]; then
20 die "${ECLASS}: DOTNET_SLOT not set"
21 fi
22
23 -# Temporary, use the virtual once you can have multiple virtuals installed at once
24 -BDEPEND+=" || ( dev-dotnet/dotnet-sdk:${DOTNET_SLOT} dev-dotnet/dotnet-sdk-bin:${DOTNET_SLOT} )"
25 +BDEPEND="virtual/dotnet-sdk:${DOTNET_SLOT}"
26
27 # @ECLASS_VARIABLE: DOTNET_EXECUTABLE
28 # @DEFAULT_UNSET