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 53AD61382C5 for ; Sun, 2 May 2021 13:06:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F0BDE08EF; Sun, 2 May 2021 13:06:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 705D4E08ED for ; Sun, 2 May 2021 13:06: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 375DD340C30 for ; Sun, 2 May 2021 13:06:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74170643 for ; Sun, 2 May 2021 13:06:38 +0000 (UTC) From: "Oliver Freyermuth" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Oliver Freyermuth" Message-ID: <1619960679.fee29b1d9c01368f1c175e43a42f54e6fef881fd.freyermuth@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/cglm/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/cglm/cglm-0.8.2.ebuild dev-libs/cglm/cglm-9999.ebuild X-VCS-Directories: dev-libs/cglm/ X-VCS-Committer: freyermuth X-VCS-Committer-Name: Oliver Freyermuth X-VCS-Revision: fee29b1d9c01368f1c175e43a42f54e6fef881fd X-VCS-Branch: dev Date: Sun, 2 May 2021 13:06:38 +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: 7bae33d0-2cb0-46a4-9f1f-8f5011ee8a9b X-Archives-Hash: d3de67d70b20b768a6d195d575c15026 commit: fee29b1d9c01368f1c175e43a42f54e6fef881fd Author: Oliver Freyermuth googlemail com> AuthorDate: Sun May 2 13:04:39 2021 +0000 Commit: Oliver Freyermuth googlemail com> CommitDate: Sun May 2 13:04:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fee29b1d dev-libs/cglm: Disable -Werror. Closes: https://bugs.gentoo.org/787677 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Oliver Freyermuth googlemail.com> dev-libs/cglm/cglm-0.8.2.ebuild | 7 +++++++ dev-libs/cglm/cglm-9999.ebuild | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/dev-libs/cglm/cglm-0.8.2.ebuild b/dev-libs/cglm/cglm-0.8.2.ebuild index b3201d57d..4009cf449 100644 --- a/dev-libs/cglm/cglm-0.8.2.ebuild +++ b/dev-libs/cglm/cglm-0.8.2.ebuild @@ -23,6 +23,13 @@ IUSE="doc" BDEPEND="dev-util/meson doc? ( dev-python/sphinx )" +src_configure() { + local emesonargs=( + "-Dwerror=false" + ) + meson_src_configure +} + src_compile() { default meson_src_compile diff --git a/dev-libs/cglm/cglm-9999.ebuild b/dev-libs/cglm/cglm-9999.ebuild index b3201d57d..4009cf449 100644 --- a/dev-libs/cglm/cglm-9999.ebuild +++ b/dev-libs/cglm/cglm-9999.ebuild @@ -23,6 +23,13 @@ IUSE="doc" BDEPEND="dev-util/meson doc? ( dev-python/sphinx )" +src_configure() { + local emesonargs=( + "-Dwerror=false" + ) + meson_src_configure +} + src_compile() { default meson_src_compile