Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/yambar/
Date: Wed, 15 Sep 2021 07:50:35
Message-Id: 1631581385.b9f9ea203f254f3653eb34f35ae5728aa8b0a5d6.arthurzam@gentoo
1 commit: b9f9ea203f254f3653eb34f35ae5728aa8b0a5d6
2 Author: Leonardo Neumann <leonardo <AT> neumann <DOT> dev <DOT> br>
3 AuthorDate: Tue Sep 14 01:03:05 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 14 01:03:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9f9ea20
7
8 gui-apps/yambar: remove lto useflag
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Leonardo Neumann <leonardo <AT> neumann.dev.br>
12
13 gui-apps/yambar/metadata.xml | 3 ---
14 gui-apps/yambar/yambar-1.6.2.ebuild | 3 +--
15 gui-apps/yambar/yambar-9999.ebuild | 3 +--
16 3 files changed, 2 insertions(+), 7 deletions(-)
17
18 diff --git a/gui-apps/yambar/metadata.xml b/gui-apps/yambar/metadata.xml
19 index 1ce6eb5e8..ef06f3bcb 100644
20 --- a/gui-apps/yambar/metadata.xml
21 +++ b/gui-apps/yambar/metadata.xml
22 @@ -5,9 +5,6 @@
23 <email>leonardohn@××××.net</email>
24 <name>Leonardo H. Neumann</name>
25 </maintainer>
26 - <use>
27 - <flag name="lto">Build with Link Time Optimization (LTO)</flag>
28 - </use>
29 <upstream>
30 <bugs-to>https://codeberg.org/dnkl/yambar/issues</bugs-to>
31 <changelog>https://codeberg.org/dnkl/yambar/releases</changelog>
32
33 diff --git a/gui-apps/yambar/yambar-1.6.2.ebuild b/gui-apps/yambar/yambar-1.6.2.ebuild
34 index 1f4199e17..5b1dbd73e 100644
35 --- a/gui-apps/yambar/yambar-1.6.2.ebuild
36 +++ b/gui-apps/yambar/yambar-1.6.2.ebuild
37 @@ -18,7 +18,7 @@ DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
38 HOMEPAGE="https://codeberg.org/dnkl/yambar"
39 LICENSE="MIT"
40 SLOT="0"
41 -IUSE="lto wayland X"
42 +IUSE="wayland X"
43 REQUIRED_USE="|| ( wayland X )"
44
45 RDEPEND="
46 @@ -53,7 +53,6 @@ src_configure() {
47 local emesonargs=(
48 $(meson_feature wayland backend-wayland)
49 $(meson_feature X backend-x11)
50 - $(meson_use lto b_lto)
51 -Dwerror=false
52 )
53 meson_src_configure
54
55 diff --git a/gui-apps/yambar/yambar-9999.ebuild b/gui-apps/yambar/yambar-9999.ebuild
56 index 1f4199e17..5b1dbd73e 100644
57 --- a/gui-apps/yambar/yambar-9999.ebuild
58 +++ b/gui-apps/yambar/yambar-9999.ebuild
59 @@ -18,7 +18,7 @@ DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
60 HOMEPAGE="https://codeberg.org/dnkl/yambar"
61 LICENSE="MIT"
62 SLOT="0"
63 -IUSE="lto wayland X"
64 +IUSE="wayland X"
65 REQUIRED_USE="|| ( wayland X )"
66
67 RDEPEND="
68 @@ -53,7 +53,6 @@ src_configure() {
69 local emesonargs=(
70 $(meson_feature wayland backend-wayland)
71 $(meson_feature X backend-x11)
72 - $(meson_use lto b_lto)
73 -Dwerror=false
74 )
75 meson_src_configure