From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79A92158020 for ; Sat, 26 Nov 2022 10:54:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFA96E09E6; Sat, 26 Nov 2022 10:54:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 994F6E09DD for ; Sat, 26 Nov 2022 10:54:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFFAE3414A5 for ; Sat, 26 Nov 2022 10:54:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B37D77D for ; Sat, 26 Nov 2022 10:54:31 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1669398884.b54ed838ce8548a24d20c7192ae36747ff78de66.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: eclass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: eclass/dotnet-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: b54ed838ce8548a24d20c7192ae36747ff78de66 X-VCS-Branch: master Date: Sat, 26 Nov 2022 10:54:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4f98e895-420f-4f7e-a1ed-d6d5ef014fbc X-Archives-Hash: 3fb516a2d605fe6356bcbd8f391dd117 commit: b54ed838ce8548a24d20c7192ae36747ff78de66 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Nov 25 17:54:44 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Nov 25 17:54:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b54ed838 Revert "dotnet-utils.eclass: depend on virtual" This reverts commit 13541aa6d02056b862fa4960b9e98c0f8a2e1408. Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> eclass/dotnet-utils.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/dotnet-utils.eclass b/eclass/dotnet-utils.eclass index d035a95da..be3953b89 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