diff options
author | Sam James <sam@gentoo.org> | 2023-07-12 07:33:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-12 07:33:33 +0100 |
commit | 7855d5beabfa68d90b7aca6c0f42d57109d82835 (patch) | |
tree | b65aa0eb85ee2b8dea4616366371d86b709773eb /app-shells | |
parent | app-misc/weggli: drop redundant filter-lto (diff) | |
download | gentoo-7855d5beabfa68d90b7aca6c0f42d57109d82835.tar.gz gentoo-7855d5beabfa68d90b7aca6c0f42d57109d82835.tar.bz2 gentoo-7855d5beabfa68d90b7aca6c0f42d57109d82835.zip |
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@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/starship/starship-1.13.1.ebuild | 5 | ||||
-rw-r--r-- | 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 |