Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ispc/files/, dev-lang/ispc/
Date: Fri, 11 Jun 2021 11:07:25
Message-Id: 1623409578.f40b8f3444f962cf41f8a8f677e5c3c6e8c9eacd.ionen@gentoo
1 commit: f40b8f3444f962cf41f8a8f677e5c3c6e8c9eacd
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 11 11:04:11 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 11:06:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40b8f34
7
8 dev-lang/ispc: remove upstreamed -Werror patch for live ebuild
9
10 Closes: https://bugs.gentoo.org/795294
11 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
12
13 dev-lang/ispc/files/ispc-9999-werror.patch | 13 -------------
14 dev-lang/ispc/ispc-9999.ebuild | 1 -
15 2 files changed, 14 deletions(-)
16
17 diff --git a/dev-lang/ispc/files/ispc-9999-werror.patch b/dev-lang/ispc/files/ispc-9999-werror.patch
18 deleted file mode 100644
19 index 0e860a95de2..00000000000
20 --- a/dev-lang/ispc/files/ispc-9999-werror.patch
21 +++ /dev/null
22 @@ -1,13 +0,0 @@
23 -diff --git a/CMakeLists.txt b/CMakeLists.txt
24 -index 13e66268..27ff8364 100644
25 ---- a/CMakeLists.txt
26 -+++ b/CMakeLists.txt
27 -@@ -352,7 +352,7 @@ target_include_directories(${PROJECT_NAME} PRIVATE
28 - set_source_files_properties(${FLEX_OUTPUT} PROPERTIES COMPILE_FLAGS "/wd4005 /wd4003")
29 - set_source_files_properties(${BISON_OUTPUT} PROPERTIES COMPILE_FLAGS "/wd4005 /wd4065")
30 - else()
31 -- target_compile_options(${PROJECT_NAME} PRIVATE -Wall -Wno-sign-compare -Wno-unused-function -Werror ${LLVM_CPP_FLAGS})
32 -+ target_compile_options(${PROJECT_NAME} PRIVATE -Wall -Wno-sign-compare -Wno-unused-function ${LLVM_CPP_FLAGS})
33 - # The change implementing -Wno-unused-but-set-variable in clang was reverted, so commenting out for now.
34 - #if (${LLVM_VERSION_NUMBER} VERSION_GREATER_EQUAL "13.0.0")
35 - # set_source_files_properties(${BISON_CPP_OUTPUT} PROPERTIES COMPILE_FLAGS "-Wno-unused-but-set-variable")
36
37 diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild
38 index 23b20156fd2..8cc95c5d749 100644
39 --- a/dev-lang/ispc/ispc-9999.ebuild
40 +++ b/dev-lang/ispc/ispc-9999.ebuild
41 @@ -37,7 +37,6 @@ BDEPEND="
42 PATCHES=(
43 "${FILESDIR}/${PN}-1.13.0-cmake-gentoo-release.patch"
44 "${FILESDIR}/${PN}-9999-llvm.patch"
45 - "${FILESDIR}/${PN}-9999-werror.patch"
46 )
47
48 CMAKE_BUILD_TYPE="RelWithDebInfo"