Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/shaderc/
Date: Mon, 26 Oct 2020 13:34:35
Message-Id: 1603719243.396e77187d21e2e05dd89d80373aa9e09bc550e7.sarnex@gentoo
1 commit: 396e77187d21e2e05dd89d80373aa9e09bc550e7
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 13:33:39 2020 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 13:34:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=396e7718
7
8 media-libs/shaderc: Remove werror
9
10 Closes: https://bugs.gentoo.org/751277
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.2
13 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
14
15 media-libs/shaderc/shaderc-2020.2.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/media-libs/shaderc/shaderc-2020.2.ebuild b/media-libs/shaderc/shaderc-2020.2.ebuild
19 index c9f1fc62a31..80a1ce4f2e8 100644
20 --- a/media-libs/shaderc/shaderc-2020.2.ebuild
21 +++ b/media-libs/shaderc/shaderc-2020.2.ebuild
22 @@ -70,6 +70,7 @@ src_prepare() {
23 multilib_src_configure() {
24 local mycmakeargs=(
25 -DSHADERC_SKIP_TESTS="$(usex !test)"
26 + -DSHADERC_ENABLE_WERROR_COMPILE="false"
27 )
28 cmake_src_configure
29 }