aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/warp/warp-0.7.0.ebuild')
-rw-r--r--net-misc/warp/warp-0.7.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-misc/warp/warp-0.7.0.ebuild b/net-misc/warp/warp-0.7.0.ebuild
index 0d64ee99c..75e638ee9 100644
--- a/net-misc/warp/warp-0.7.0.ebuild
+++ b/net-misc/warp/warp-0.7.0.ebuild
@@ -388,8 +388,8 @@ CRATES="
zvariant_utils@1.1.0
"
-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="
@@ -439,6 +439,8 @@ src_prepare() {
}
src_configure() {
+ filter-lto
+
local emesonargs=(
$(meson_feature qrcode qr-code-scanning)
)