summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-shells/starship/starship-1.10.3.ebuild5
1 files changed, 4 insertions, 1 deletions
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