Skip to content

Commit

Permalink
net-misc/warp: filter LTO
Browse files Browse the repository at this point in the history
Signed-off-by: Blake Batson <[email protected]>
  • Loading branch information
PeakKS committed Sep 7, 2024
1 parent ec7ff54 commit 9ecde3d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions net-misc/warp/warp-0.7.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ CRATES="
[email protected]
"

PYTHON_COMPAT=( python3_{11..12} )
inherit cargo gnome2-utils meson python-any-r1
PYTHON_COMPAT=( python3_{11..13} )
inherit cargo gnome2-utils meson python-any-r1 flag-o-matic

DESCRIPTION="Fast and secure file transfer"
HOMEPAGE="
Expand Down Expand Up @@ -439,6 +439,8 @@ src_prepare() {
}

src_configure() {
filter-lto

local emesonargs=(
$(meson_feature qrcode qr-code-scanning)
)
Expand Down

0 comments on commit 9ecde3d

Please sign in to comment.