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 E5AF6158015 for ; Fri, 8 Dec 2023 00:29:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25A092BC026; Fri, 8 Dec 2023 00:29:49 +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 096062BC026 for ; Fri, 8 Dec 2023 00:29:49 +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 17180335D45 for ; Fri, 8 Dec 2023 00:29:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D0E4143F for ; Fri, 8 Dec 2023 00:29:46 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1701995381.b55d64a3ed7d86fe99ff8e852d2fa519d7ef4cad.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dotnet-sdk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.100.ebuild X-VCS-Directories: dev-dotnet/dotnet-sdk/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: b55d64a3ed7d86fe99ff8e852d2fa519d7ef4cad X-VCS-Branch: master Date: Fri, 8 Dec 2023 00:29:46 +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: fd61d2c1-7a1a-4f2b-9497-45645176b46a X-Archives-Hash: 4459ef3a2e42ff392dd9f77d3a04723d commit: b55d64a3ed7d86fe99ff8e852d2fa519d7ef4cad Author: Maciej Barć gentoo org> AuthorDate: Thu Dec 7 22:34:42 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Dec 8 00:29:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b55d64a3 dev-dotnet/dotnet-sdk: filter LTO flags reported by Parona Signed-off-by: Maciej Barć gentoo.org> dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.100.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.100.ebuild b/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.100.ebuild index 3655919d6a68..95efff4384e6 100644 --- a/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.100.ebuild +++ b/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.100.ebuild @@ -5,7 +5,7 @@ # - "$" - shell command, # - ">" - manual action. # $ git clone --depth 1 -b v8.0.0 https://github.com/dotnet/dotnet \ -# dotnet-sdk-8.0.0 +# dotnet-sdk-8.0.0 # $ cd dotnet-sdk-8.0.0 # > Note the checkout tag hash. # $ ./prep.sh @@ -22,7 +22,7 @@ COMMIT=113d797bc90104bb4f1cc51e1a462cf3d4ef18fc LLVM_MAX_SLOT=16 PYTHON_COMPAT=( python3_{10..12} ) -inherit check-reqs llvm python-any-r1 +inherit check-reqs flag-o-matic llvm python-any-r1 DESCRIPTION=".NET is a free, cross-platform, open-source developer platform" HOMEPAGE="https://dotnet.microsoft.com/ @@ -87,6 +87,8 @@ pkg_setup() { src_prepare() { default + filter-lto + unset DOTNET_ROOT unset NUGET_PACKAGES