From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B858F158092 for ; Tue, 14 Sep 2021 01:07:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C9C8E0942; Tue, 14 Sep 2021 01:07:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3608E093D for ; Tue, 14 Sep 2021 01:07:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC169342EC8 for ; Tue, 14 Sep 2021 01:07:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0CE890 for ; Tue, 14 Sep 2021 01:07:50 +0000 (UTC) From: "Leonardo H. Neumann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Leonardo H. Neumann" Message-ID: <1631581385.b9f9ea203f254f3653eb34f35ae5728aa8b0a5d6.leonardohn@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/yambar/metadata.xml gui-apps/yambar/yambar-1.6.2.ebuild gui-apps/yambar/yambar-9999.ebuild X-VCS-Directories: gui-apps/yambar/ X-VCS-Committer: leonardohn X-VCS-Committer-Name: Leonardo H. Neumann X-VCS-Revision: b9f9ea203f254f3653eb34f35ae5728aa8b0a5d6 X-VCS-Branch: dev Date: Tue, 14 Sep 2021 01:07:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7da8e337-7bb5-4dc1-bb05-3ea5eddb8a9d X-Archives-Hash: dd2dbd5c41392744aabe0161c1cb35ae commit: b9f9ea203f254f3653eb34f35ae5728aa8b0a5d6 Author: Leonardo Neumann neumann dev br> AuthorDate: Tue Sep 14 01:03:05 2021 +0000 Commit: Leonardo H. Neumann null 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 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 @@ leonardohn@null.net Leonardo H. Neumann - - Build with Link Time Optimization (LTO) - https://codeberg.org/dnkl/yambar/issues https://codeberg.org/dnkl/yambar/releases 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