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 8BE3815800F for ; Sun, 15 Jan 2023 15:14:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7C09E08A2; Sun, 15 Jan 2023 15:14:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C2ED4E08A2 for ; Sun, 15 Jan 2023 15:14:32 +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 1406E340F7E for ; Sun, 15 Jan 2023 15:14:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9DA4738 for ; Sun, 15 Jan 2023 15:14:30 +0000 (UTC) From: "Anna Figueiredo Gomes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Figueiredo Gomes" Message-ID: <1673795504.dd2e4188aa28813331c3ab46827a993369425fc2.anna-cli@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: eclass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: eclass/dotnet-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: anna-cli X-VCS-Committer-Name: Anna Figueiredo Gomes X-VCS-Revision: dd2e4188aa28813331c3ab46827a993369425fc2 X-VCS-Branch: dev Date: Sun, 15 Jan 2023 15:14:30 +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: 0d74a87a-f112-4ccd-bbc6-bb25d344585e X-Archives-Hash: a083814ad79932540169359f95a24d43 commit: dd2e4188aa28813331c3ab46827a993369425fc2 Author: Anna (navi) Figueiredo Gomes navirc com> AuthorDate: Sun Jan 15 15:11:44 2023 +0000 Commit: Anna Figueiredo Gomes tutanota com> CommitDate: Sun Jan 15 15:11:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dd2e4188 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 navirc.com> eclass/dotnet-utils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/dotnet-utils.eclass b/eclass/dotnet-utils.eclass index deeb4c3c0..a055168f2 100644 --- a/eclass/dotnet-utils.eclass +++ b/eclass/dotnet-utils.eclass @@ -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