Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/spirv-tools/
Date: Sun, 07 Oct 2018 20:06:50
Message-Id: 1538942787.0a2b2323a4b6e853150a2154d0683461099f0af0.sarnex@gentoo
1 commit: 0a2b2323a4b6e853150a2154d0683461099f0af0
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 7 20:00:51 2018 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 20:06:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2b2323
7
8 dev-util/spirv-tools: Don't treat warnings as errors
9
10 Fix suggested by Coacher
11
12 Fixes: https://bugs.gentoo.org/667988
13 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
14 Package-Manager: Portage-2.3.50, Repoman-2.3.11
15
16 dev-util/spirv-tools/spirv-tools-2018.4.ebuild | 3 ++-
17 dev-util/spirv-tools/spirv-tools-2018.5.ebuild | 3 ++-
18 dev-util/spirv-tools/spirv-tools-9999.ebuild | 3 ++-
19 3 files changed, 6 insertions(+), 3 deletions(-)
20
21 diff --git a/dev-util/spirv-tools/spirv-tools-2018.4.ebuild b/dev-util/spirv-tools/spirv-tools-2018.4.ebuild
22 index 95d38ce604d..abdb79a8835 100644
23 --- a/dev-util/spirv-tools/spirv-tools-2018.4.ebuild
24 +++ b/dev-util/spirv-tools/spirv-tools-2018.4.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Foundation
27 +# Copyright 1999-2018 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -24,6 +24,7 @@ S="${WORKDIR}/SPIRV-Tools-${PV}"
32 multilib_src_configure() {
33 local mycmakeargs=(
34 "-DSPIRV-Headers_SOURCE_DIR=/usr/"
35 + "-DSPIRV_WERROR=OFF"
36 )
37
38 cmake-utils_src_configure
39
40 diff --git a/dev-util/spirv-tools/spirv-tools-2018.5.ebuild b/dev-util/spirv-tools/spirv-tools-2018.5.ebuild
41 index 23339df56f9..cabe3b5e9b7 100644
42 --- a/dev-util/spirv-tools/spirv-tools-2018.5.ebuild
43 +++ b/dev-util/spirv-tools/spirv-tools-2018.5.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2018 Gentoo Foundation
46 +# Copyright 1999-2018 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 @@ -24,6 +24,7 @@ S="${WORKDIR}/SPIRV-Tools-${PV}"
51 multilib_src_configure() {
52 local mycmakeargs=(
53 "-DSPIRV-Headers_SOURCE_DIR=/usr/"
54 + "-DSPIRV_WERROR=OFF"
55 )
56
57 cmake-utils_src_configure
58
59 diff --git a/dev-util/spirv-tools/spirv-tools-9999.ebuild b/dev-util/spirv-tools/spirv-tools-9999.ebuild
60 index 593054a38eb..9dd96e1985f 100644
61 --- a/dev-util/spirv-tools/spirv-tools-9999.ebuild
62 +++ b/dev-util/spirv-tools/spirv-tools-9999.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2018 Gentoo Foundation
65 +# Copyright 1999-2018 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=6
69 @@ -22,6 +22,7 @@ DEPEND=">=dev-util/spirv-headers-1.3.4_pre20180917"
70 multilib_src_configure() {
71 local mycmakeargs=(
72 "-DSPIRV-Headers_SOURCE_DIR=/usr/"
73 + "-DSPIRV_WERROR=OFF"
74 )
75
76 cmake-utils_src_configure