mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
gui-apps/yambar: remove lto useflag
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Leonardo Neumann <leonardo@neumann.dev.br>
This commit is contained in:
@@ -5,9 +5,6 @@
|
||||
<email>leonardohn@null.net</email>
|
||||
<name>Leonardo H. Neumann</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="lto">Build with Link Time Optimization (LTO)</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<bugs-to>https://codeberg.org/dnkl/yambar/issues</bugs-to>
|
||||
<changelog>https://codeberg.org/dnkl/yambar/releases</changelog>
|
||||
|
||||
@@ -18,7 +18,7 @@ DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
|
||||
HOMEPAGE="https://codeberg.org/dnkl/yambar"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="lto wayland X"
|
||||
IUSE="wayland X"
|
||||
REQUIRED_USE="|| ( wayland X )"
|
||||
|
||||
RDEPEND="
|
||||
@@ -53,7 +53,6 @@ src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_feature wayland backend-wayland)
|
||||
$(meson_feature X backend-x11)
|
||||
$(meson_use lto b_lto)
|
||||
-Dwerror=false
|
||||
)
|
||||
meson_src_configure
|
||||
|
||||
@@ -18,7 +18,7 @@ DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
|
||||
HOMEPAGE="https://codeberg.org/dnkl/yambar"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="lto wayland X"
|
||||
IUSE="wayland X"
|
||||
REQUIRED_USE="|| ( wayland X )"
|
||||
|
||||
RDEPEND="
|
||||
@@ -53,7 +53,6 @@ src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_feature wayland backend-wayland)
|
||||
$(meson_feature X backend-x11)
|
||||
$(meson_use lto b_lto)
|
||||
-Dwerror=false
|
||||
)
|
||||
meson_src_configure
|
||||
|
||||
Reference in New Issue
Block a user