commit:     7855d5beabfa68d90b7aca6c0f42d57109d82835
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 06:33:33 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
 

Reply via email to