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 DB6961382C5 for ; Mon, 19 Apr 2021 03:50:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E258CE0827; Mon, 19 Apr 2021 03:50:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 27ABDE0827 for ; Mon, 19 Apr 2021 03:50:06 +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 D0CEC335C03 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 0B082634 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: <1618803896.674e8abbf344d1251b60e45bccde11a324262ed2.flewkey@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: flewkey X-VCS-Committer-Name: Ryan Fox X-VCS-Revision: 674e8abbf344d1251b60e45bccde11a324262ed2 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: 5005efd7-f302-4215-bd70-2dfb098c07cd X-Archives-Hash: f39585049c493aa481aec5e2d59c2e53 commit: 674e8abbf344d1251b60e45bccde11a324262ed2 Author: Ryan Fox 2a03 party> AuthorDate: Mon Apr 19 03:44:37 2021 +0000 Commit: Ryan Fox 2a03 party> 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 }