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 11E97158020 for ; Sat, 26 Nov 2022 10:54:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A0A8E09C4; Sat, 26 Nov 2022 10:54:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 332BFE09CF for ; Sat, 26 Nov 2022 10:54:34 +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 49DD934148C for ; Sat, 26 Nov 2022 10:54:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 805D676D for ; Sat, 26 Nov 2022 10:54:30 +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: <1669344233.aca09be8b1882d68e999469827e85f4ca825e9c3.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: aca09be8b1882d68e999469827e85f4ca825e9c3 X-VCS-Branch: master Date: Sat, 26 Nov 2022 10:54: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: b092e9cb-1ad2-4031-adbe-30a1bae1a3fc X-Archives-Hash: 1cfc2c3a64c97f7526058d3568e6a332 commit: aca09be8b1882d68e999469827e85f4ca825e9c3 Author: Anna (navi) Figueiredo Gomes navirc com> AuthorDate: Fri Nov 25 02:41:21 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Nov 25 02:43:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aca09be8 dotnet-utils.eclass: Forgot a function description Signed-off-by: Anna (navi) Figueiredo Gomes navirc.com> eclass/dotnet-utils.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/dotnet-utils.eclass b/eclass/dotnet-utils.eclass index 61ccf8f11..93f163c25 100644 --- a/eclass/dotnet-utils.eclass +++ b/eclass/dotnet-utils.eclass @@ -98,6 +98,9 @@ nuget_uris() { done } +# @FUNCTION: dotnet-utils_pkg_setup +# @DESCRIPTION: +# Sets up DOTNET_RUNTIME and DOTNET_EXECUTABLE variables for later use in edotnet. dotnet-utils_pkg_setup() { case "${ARCH}" in *amd64)