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 <immoloism@gmail.com>
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Randy Barlow
2022-10-01 13:48:42 -04:00
committed by Sam James
parent 50975ae460
commit 68dde89f8b

View File

@@ -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