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 298991382C5 for ; Fri, 11 Jun 2021 11:07:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61860E0827; Fri, 11 Jun 2021 11:07:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 458E7E0827 for ; Fri, 11 Jun 2021 11:07:24 +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 0C4C8335C6F for ; Fri, 11 Jun 2021 11:07:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36F4B7A2 for ; Fri, 11 Jun 2021 11:07:21 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1623409578.f40b8f3444f962cf41f8a8f677e5c3c6e8c9eacd.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ispc/files/, dev-lang/ispc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ispc/files/ispc-9999-werror.patch dev-lang/ispc/ispc-9999.ebuild X-VCS-Directories: dev-lang/ispc/ dev-lang/ispc/files/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: f40b8f3444f962cf41f8a8f677e5c3c6e8c9eacd X-VCS-Branch: master Date: Fri, 11 Jun 2021 11:07:21 +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: 4607cc3c-a542-45ef-8857-ab60ed5264ce X-Archives-Hash: be30b2e8663a7ea71ef37c983f1d0b8e commit: f40b8f3444f962cf41f8a8f677e5c3c6e8c9eacd Author: Ionen Wolkens gentoo org> AuthorDate: Fri Jun 11 11:04:11 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Jun 11 11:06:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40b8f34 dev-lang/ispc: remove upstreamed -Werror patch for live ebuild Closes: https://bugs.gentoo.org/795294 Signed-off-by: Ionen Wolkens gentoo.org> dev-lang/ispc/files/ispc-9999-werror.patch | 13 ------------- dev-lang/ispc/ispc-9999.ebuild | 1 - 2 files changed, 14 deletions(-) diff --git a/dev-lang/ispc/files/ispc-9999-werror.patch b/dev-lang/ispc/files/ispc-9999-werror.patch deleted file mode 100644 index 0e860a95de2..00000000000 --- a/dev-lang/ispc/files/ispc-9999-werror.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 13e66268..27ff8364 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -352,7 +352,7 @@ target_include_directories(${PROJECT_NAME} PRIVATE - set_source_files_properties(${FLEX_OUTPUT} PROPERTIES COMPILE_FLAGS "/wd4005 /wd4003") - set_source_files_properties(${BISON_OUTPUT} PROPERTIES COMPILE_FLAGS "/wd4005 /wd4065") - else() -- target_compile_options(${PROJECT_NAME} PRIVATE -Wall -Wno-sign-compare -Wno-unused-function -Werror ${LLVM_CPP_FLAGS}) -+ target_compile_options(${PROJECT_NAME} PRIVATE -Wall -Wno-sign-compare -Wno-unused-function ${LLVM_CPP_FLAGS}) - # The change implementing -Wno-unused-but-set-variable in clang was reverted, so commenting out for now. - #if (${LLVM_VERSION_NUMBER} VERSION_GREATER_EQUAL "13.0.0") - # set_source_files_properties(${BISON_CPP_OUTPUT} PROPERTIES COMPILE_FLAGS "-Wno-unused-but-set-variable") diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild index 23b20156fd2..8cc95c5d749 100644 --- a/dev-lang/ispc/ispc-9999.ebuild +++ b/dev-lang/ispc/ispc-9999.ebuild @@ -37,7 +37,6 @@ BDEPEND=" PATCHES=( "${FILESDIR}/${PN}-1.13.0-cmake-gentoo-release.patch" "${FILESDIR}/${PN}-9999-llvm.patch" - "${FILESDIR}/${PN}-9999-werror.patch" ) CMAKE_BUILD_TYPE="RelWithDebInfo"