mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
net-misc/warp: filter LTO
Signed-off-by: Blake Batson <bbatson101@gmail.com>
This commit is contained in:
@@ -388,8 +388,8 @@ CRATES="
|
|||||||
zvariant_utils@1.1.0
|
zvariant_utils@1.1.0
|
||||||
"
|
"
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{11..12} )
|
PYTHON_COMPAT=( python3_{11..13} )
|
||||||
inherit cargo gnome2-utils meson python-any-r1
|
inherit cargo gnome2-utils meson python-any-r1 flag-o-matic
|
||||||
|
|
||||||
DESCRIPTION="Fast and secure file transfer"
|
DESCRIPTION="Fast and secure file transfer"
|
||||||
HOMEPAGE="
|
HOMEPAGE="
|
||||||
@@ -439,6 +439,8 @@ src_prepare() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
|
filter-lto
|
||||||
|
|
||||||
local emesonargs=(
|
local emesonargs=(
|
||||||
$(meson_feature qrcode qr-code-scanning)
|
$(meson_feature qrcode qr-code-scanning)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user