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:38
Message-Id: 1669398884.b54ed838ce8548a24d20c7192ae36747ff78de66.flow@gentoo
1 commit: b54ed838ce8548a24d20c7192ae36747ff78de66
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Fri Nov 25 17:54:44 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 25 17:54:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b54ed838
7
8 Revert "dotnet-utils.eclass: depend on virtual"
9
10 This reverts commit 13541aa6d02056b862fa4960b9e98c0f8a2e1408.
11
12 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
13
14 eclass/dotnet-utils.eclass | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/eclass/dotnet-utils.eclass b/eclass/dotnet-utils.eclass
18 index d035a95da..be3953b89 100644
19 --- a/eclass/dotnet-utils.eclass
20 +++ b/eclass/dotnet-utils.eclass
21 @@ -29,7 +29,8 @@ if [[ ! ${DOTNET_SLOT} ]]; then
22 die "${ECLASS}: DOTNET_SLOT not set"
23 fi
24
25 -BDEPEND="virtual/dotnet-sdk:${DOTNET_SLOT}"
26 +# Temporary, use the virtual once you can have multiple virtuals installed at once
27 +BDEPEND+=" || ( dev-dotnet/dotnet-sdk:${DOTNET_SLOT} dev-dotnet/dotnet-sdk-bin:${DOTNET_SLOT} )"
28
29 # @ECLASS_VARIABLE: DOTNET_EXECUTABLE
30 # @DEFAULT_UNSET