diff options
author | Blake Batson <bbatson101@gmail.com> | 2024-09-07 18:36:35 -0400 |
---|---|---|
committer | Blake Batson <bbatson101@gmail.com> | 2024-09-07 18:38:23 -0400 |
commit | 9ecde3d17870aef07ca75fccfcec1cdd6da1d321 (patch) | |
tree | e537927a8558dea709afc5ddf7e12617c87f57dc /net-misc | |
parent | sys-apps/mission-center: add 0.5.2 (diff) | |
download | guru-9ecde3d17870aef07ca75fccfcec1cdd6da1d321.tar.gz guru-9ecde3d17870aef07ca75fccfcec1cdd6da1d321.tar.bz2 guru-9ecde3d17870aef07ca75fccfcec1cdd6da1d321.zip |
net-misc/warp: filter LTO
Signed-off-by: Blake Batson <bbatson101@gmail.com>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/warp/warp-0.7.0.ebuild | 6 |
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) ) |