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 B8B3C138359 for ; Mon, 26 Oct 2020 13:34:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8E0BE0885; Mon, 26 Oct 2020 13:34:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AF333E0885 for ; Mon, 26 Oct 2020 13:34:34 +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 4BED3335D1C for ; Mon, 26 Oct 2020 13:34:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87BFB3B2 for ; Mon, 26 Oct 2020 13:34:31 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1603719243.396e77187d21e2e05dd89d80373aa9e09bc550e7.sarnex@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/shaderc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/shaderc/shaderc-2020.2.ebuild X-VCS-Directories: media-libs/shaderc/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: 396e77187d21e2e05dd89d80373aa9e09bc550e7 X-VCS-Branch: master Date: Mon, 26 Oct 2020 13:34:31 +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: 09f2fa52-b2f3-4fe8-a3f0-b32856822ef4 X-Archives-Hash: 62ad98dba1d3430735bef1a92cff60f0 commit: 396e77187d21e2e05dd89d80373aa9e09bc550e7 Author: Nick Sarnie gentoo org> AuthorDate: Mon Oct 26 13:33:39 2020 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Mon Oct 26 13:34:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=396e7718 media-libs/shaderc: Remove werror Closes: https://bugs.gentoo.org/751277 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Nick Sarnie gentoo.org> media-libs/shaderc/shaderc-2020.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/shaderc/shaderc-2020.2.ebuild b/media-libs/shaderc/shaderc-2020.2.ebuild index c9f1fc62a31..80a1ce4f2e8 100644 --- a/media-libs/shaderc/shaderc-2020.2.ebuild +++ b/media-libs/shaderc/shaderc-2020.2.ebuild @@ -70,6 +70,7 @@ src_prepare() { multilib_src_configure() { local mycmakeargs=( -DSHADERC_SKIP_TESTS="$(usex !test)" + -DSHADERC_ENABLE_WERROR_COMPILE="false" ) cmake_src_configure }