commit: b9f9ea203f254f3653eb34f35ae5728aa8b0a5d6
Author: Leonardo Neumann <leonardo <AT> neumann <DOT> dev <DOT> br>
AuthorDate: Tue Sep 14 01:03:05 2021 +0000
Commit: Leonardo H. Neumann <leonardohn <AT> null <DOT> net>
CommitDate: Tue Sep 14 01:03:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9f9ea20
gui-apps/yambar: remove lto useflag
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Leonardo Neumann <leonardo <AT> neumann.dev.br>
gui-apps/yambar/metadata.xml | 3 ---
gui-apps/yambar/yambar-1.6.2.ebuild | 3 +--
gui-apps/yambar/yambar-9999.ebuild | 3 +--
3 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/gui-apps/yambar/metadata.xml b/gui-apps/yambar/metadata.xml
index 1ce6eb5e8..ef06f3bcb 100644
--- a/gui-apps/yambar/metadata.xml
+++ b/gui-apps/yambar/metadata.xml
@@ -5,9 +5,6 @@
<email>[email protected]</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>
diff --git a/gui-apps/yambar/yambar-1.6.2.ebuild
b/gui-apps/yambar/yambar-1.6.2.ebuild
index 1f4199e17..5b1dbd73e 100644
--- a/gui-apps/yambar/yambar-1.6.2.ebuild
+++ b/gui-apps/yambar/yambar-1.6.2.ebuild
@@ -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
diff --git a/gui-apps/yambar/yambar-9999.ebuild
b/gui-apps/yambar/yambar-9999.ebuild
index 1f4199e17..5b1dbd73e 100644
--- a/gui-apps/yambar/yambar-9999.ebuild
+++ b/gui-apps/yambar/yambar-9999.ebuild
@@ -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