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 7E1141382C5 for ; Mon, 19 Apr 2021 08:04:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7E9CE087E; Mon, 19 Apr 2021 08:04:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BFF7CE087E for ; Mon, 19 Apr 2021 08:04:41 +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 63CA1340E8E for ; Mon, 19 Apr 2021 08:04:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7253872E for ; Mon, 19 Apr 2021 08:04:21 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1618803896.674e8abbf344d1251b60e45bccde11a324262ed2.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/fcft/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/fcft/fcft-2.3.3.ebuild media-libs/fcft/fcft-9999.ebuild X-VCS-Directories: media-libs/fcft/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 674e8abbf344d1251b60e45bccde11a324262ed2 X-VCS-Branch: master Date: Mon, 19 Apr 2021 08:04:21 +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: 567ff203-067a-470e-8111-2b80095e8bbd X-Archives-Hash: 901700f1266590b9ed67769c548972f0 commit: 674e8abbf344d1251b60e45bccde11a324262ed2 Author: Ryan Fox 2a03 party> AuthorDate: Mon Apr 19 03:44:37 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Apr 19 03:44:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=674e8abb media-libs/fcft: Disable -Werror Closes: https://bugs.gentoo.org/783684 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Ryan Fox 2a03.party> media-libs/fcft/fcft-2.3.3.ebuild | 1 + media-libs/fcft/fcft-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-libs/fcft/fcft-2.3.3.ebuild b/media-libs/fcft/fcft-2.3.3.ebuild index f6cac526f..33f4d40d6 100644 --- a/media-libs/fcft/fcft-2.3.3.ebuild +++ b/media-libs/fcft/fcft-2.3.3.ebuild @@ -33,6 +33,7 @@ BDEPEND="app-text/scdoc" src_configure() { local emesonargs=( $(meson_feature text-shaping) + "-Dwerror=false" ) meson_src_configure } diff --git a/media-libs/fcft/fcft-9999.ebuild b/media-libs/fcft/fcft-9999.ebuild index f6cac526f..33f4d40d6 100644 --- a/media-libs/fcft/fcft-9999.ebuild +++ b/media-libs/fcft/fcft-9999.ebuild @@ -33,6 +33,7 @@ BDEPEND="app-text/scdoc" src_configure() { local emesonargs=( $(meson_feature text-shaping) + "-Dwerror=false" ) meson_src_configure }