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 177BC13835A for ; Mon, 19 Apr 2021 03:50:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5520E0828; Mon, 19 Apr 2021 03:50:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52DF0E0827 for ; Mon, 19 Apr 2021 03:50:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E4351335CA6 for ; Mon, 19 Apr 2021 03:50:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FD876BD for ; Mon, 19 Apr 2021 03:50:03 +0000 (UTC) From: "Ryan Fox" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ryan Fox" Message-ID: <1618804057.4662114a480eb588486bb7ac04d211c85889d3da.flewkey@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/foot/foot-1.7.1.ebuild gui-apps/foot/foot-1.7.2.ebuild gui-apps/foot/foot-9999.ebuild X-VCS-Directories: gui-apps/foot/ X-VCS-Committer: flewkey X-VCS-Committer-Name: Ryan Fox X-VCS-Revision: 4662114a480eb588486bb7ac04d211c85889d3da X-VCS-Branch: dev Date: Mon, 19 Apr 2021 03:50:03 +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: b47710d5-1ed6-4da5-a690-902d8f91432d X-Archives-Hash: 296e627faa28c529c346761a38a05242 commit: 4662114a480eb588486bb7ac04d211c85889d3da Author: Ryan Fox 2a03 party> AuthorDate: Mon Apr 19 03:47:37 2021 +0000 Commit: Ryan Fox 2a03 party> CommitDate: Mon Apr 19 03:47:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4662114a gui-apps/foot: Disable -Werror Closes: https://bugs.gentoo.org/783687 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Ryan Fox 2a03.party> gui-apps/foot/foot-1.7.1.ebuild | 1 + gui-apps/foot/foot-1.7.2.ebuild | 1 + gui-apps/foot/foot-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/gui-apps/foot/foot-1.7.1.ebuild b/gui-apps/foot/foot-1.7.1.ebuild index 737ae37f1..765eecea4 100644 --- a/gui-apps/foot/foot-1.7.1.ebuild +++ b/gui-apps/foot/foot-1.7.1.ebuild @@ -43,6 +43,7 @@ src_configure() { local emesonargs=( $(meson_use ime) "-Dterminfo=disabled" + "-Dwerror=false" ) meson_src_configure } diff --git a/gui-apps/foot/foot-1.7.2.ebuild b/gui-apps/foot/foot-1.7.2.ebuild index 737ae37f1..765eecea4 100644 --- a/gui-apps/foot/foot-1.7.2.ebuild +++ b/gui-apps/foot/foot-1.7.2.ebuild @@ -43,6 +43,7 @@ src_configure() { local emesonargs=( $(meson_use ime) "-Dterminfo=disabled" + "-Dwerror=false" ) meson_src_configure } diff --git a/gui-apps/foot/foot-9999.ebuild b/gui-apps/foot/foot-9999.ebuild index 737ae37f1..765eecea4 100644 --- a/gui-apps/foot/foot-9999.ebuild +++ b/gui-apps/foot/foot-9999.ebuild @@ -43,6 +43,7 @@ src_configure() { local emesonargs=( $(meson_use ime) "-Dterminfo=disabled" + "-Dwerror=false" ) meson_src_configure }