commit:     9ecde3d17870aef07ca75fccfcec1cdd6da1d321
Author:     Blake Batson <bbatson101 <AT> gmail <DOT> com>
AuthorDate: Sat Sep  7 22:36:35 2024 +0000
Commit:     Blake Batson <bbatson101 <AT> gmail <DOT> com>
CommitDate: Sat Sep  7 22:38:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ecde3d1

net-misc/warp: filter LTO

Signed-off-by: Blake Batson <bbatson101 <AT> gmail.com>

 net-misc/warp/warp-0.7.0.ebuild | 6 ++++--
 1 file 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="
        [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="
@@ -439,6 +439,8 @@ src_prepare() {
 }
 
 src_configure() {
+       filter-lto
+
        local emesonargs=(
                $(meson_feature qrcode qr-code-scanning)
        )

Reply via email to