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 35E3415800A for ; Wed, 12 Jul 2023 06:36:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71D36E076B; Wed, 12 Jul 2023 06:36:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5AE54E076B for ; Wed, 12 Jul 2023 06:36:03 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60A1833BEEE for ; Wed, 12 Jul 2023 06:36:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2F6DAC5 for ; Wed, 12 Jul 2023 06:36:00 +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: <1689143613.7855d5beabfa68d90b7aca6c0f42d57109d82835.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.13.1.ebuild app-shells/starship/starship-1.14.2.ebuild X-VCS-Directories: app-shells/starship/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7855d5beabfa68d90b7aca6c0f42d57109d82835 X-VCS-Branch: master Date: Wed, 12 Jul 2023 06:36:00 +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: 27a526f4-03c1-4fc8-a4fd-5acb2b111787 X-Archives-Hash: ff18ce4d46cf96b830007d9c2a3f3371 commit: 7855d5beabfa68d90b7aca6c0f42d57109d82835 Author: Sam James gentoo org> AuthorDate: Wed Jul 12 06:33:33 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 12 06:33:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7855d5be app-shells/starship: drop redundant filter-lto After dc51935f7aae5f89d1ffecabef322680979952b8, cargo.eclass filters for us. I don't plan on doing all of these, just ones where I've either touched the pkg before or I can clearly see it was 'just the normal case'. Signed-off-by: Sam James gentoo.org> app-shells/starship/starship-1.13.1.ebuild | 5 +---- app-shells/starship/starship-1.14.2.ebuild | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/app-shells/starship/starship-1.13.1.ebuild b/app-shells/starship/starship-1.13.1.ebuild index ad9fe974c1fc..d4e406d31f4a 100644 --- a/app-shells/starship/starship-1.13.1.ebuild +++ b/app-shells/starship/starship-1.13.1.ebuild @@ -380,7 +380,7 @@ CRATES=" zvariant_derive-3.10.0 " -inherit cargo flag-o-matic +inherit cargo DESCRIPTION="The minimal, blazing-fast, and infinitely customizable prompt for any shell" HOMEPAGE="https://starship.rs/" @@ -404,9 +404,6 @@ PATCHES=( 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 diff --git a/app-shells/starship/starship-1.14.2.ebuild b/app-shells/starship/starship-1.14.2.ebuild index 42462a85da6c..710dc69d169d 100644 --- a/app-shells/starship/starship-1.14.2.ebuild +++ b/app-shells/starship/starship-1.14.2.ebuild @@ -382,7 +382,7 @@ CRATES=" zvariant_utils-1.0.0 " -inherit cargo flag-o-matic +inherit cargo DESCRIPTION="The minimal, blazing-fast, and infinitely customizable prompt for any shell" HOMEPAGE="https://starship.rs/" @@ -407,9 +407,6 @@ PATCHES=( 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