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:
Leonardo Neumann
2021-09-13 22:03:05 -03:00
parent 03ea71c028
commit b9f9ea203f
3 changed files with 2 additions and 7 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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