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 EDC70158094 for ; Tue, 4 Oct 2022 13:44:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 206DBE0951; Tue, 4 Oct 2022 13:44:48 +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 0C172E0951 for ; Tue, 4 Oct 2022 13:44:48 +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 36B60340F8F for ; Tue, 4 Oct 2022 13:44:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53B6B608 for ; Tue, 4 Oct 2022 13:44:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1664891067.68dde89f8b841cb0290cd36cfeb4638830689ed4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/starship/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/starship/starship-1.10.3.ebuild X-VCS-Directories: app-shells/starship/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 68dde89f8b841cb0290cd36cfeb4638830689ed4 X-VCS-Branch: master Date: Tue, 4 Oct 2022 13:44:44 +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: 8368d1f0-221f-4455-a403-22218424c245 X-Archives-Hash: 7e82134340974bfa717ff017bda3d8e5 commit: 68dde89f8b841cb0290cd36cfeb4638830689ed4 Author: Randy Barlow electronsweatshop com> AuthorDate: Sat Oct 1 17:48:42 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 4 13:44:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68dde89f app-shells/starship: Filter LTO flags See also https://github.com/gentoo/gentoo/pull/27541/ Closes: https://bugs.gentoo.org/869758 Co-authored-by: Ian Jordan gmail.com> Signed-off-by: Randy Barlow electronsweatshop.com> Signed-off-by: Sam James gentoo.org> app-shells/starship/starship-1.10.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-shells/starship/starship-1.10.3.ebuild b/app-shells/starship/starship-1.10.3.ebuild index 72eec2a513ef..2b91c3a58414 100644 --- a/app-shells/starship/starship-1.10.3.ebuild +++ b/app-shells/starship/starship-1.10.3.ebuild @@ -373,7 +373,7 @@ CRATES=" zvariant_derive-3.6.0 " -inherit cargo +inherit cargo flag-o-matic DESCRIPTION="The minimal, blazing-fast, and infinitely customizable prompt for any shell" HOMEPAGE="https://starship.rs/" @@ -392,6 +392,9 @@ BDEPEND=">=virtual/rust-1.59" QA_FLAGS_IGNORED="usr/bin/starship" src_configure() { + # See https://bugs.gentoo.org/869758 + filter-lto + export PKG_CONFIG_ALLOW_CROSS=1 export OPENSSL_NO_VENDOR=true