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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4AB315800A for ; Tue, 25 Jul 2023 08:23:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCF0FE08FF; Tue, 25 Jul 2023 08:23:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C25D7E08FF for ; Tue, 25 Jul 2023 08:23:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1E0D33BE41 for ; Tue, 25 Jul 2023 08:23:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FD36ACD for ; Tue, 25 Jul 2023 08:23:42 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1690273418.877147f68bb3b621f695a46c76b5479a4d8b0d82.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gvm-libs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/gvm-libs/gvm-libs-22.6.3.ebuild X-VCS-Directories: net-analyzer/gvm-libs/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 877147f68bb3b621f695a46c76b5479a4d8b0d82 X-VCS-Branch: master Date: Tue, 25 Jul 2023 08:23:42 +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: 191cbc01-32c4-4268-b83f-65e515b7eb1d X-Archives-Hash: da623d82caf6dc18840a985d6509f270 commit: 877147f68bb3b621f695a46c76b5479a4d8b0d82 Author: Giuseppe Foti gmail com> AuthorDate: Wed Jul 5 06:28:47 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Jul 25 08:23:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=877147f6 net-analyzer/gvm-libs: remove -Werror compiler flag Closes: https://bugs.gentoo.org/909558 Signed-off-by: Giuseppe Foti gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32030 Signed-off-by: Florian Schmaus gentoo.org> net-analyzer/gvm-libs/gvm-libs-22.6.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-analyzer/gvm-libs/gvm-libs-22.6.3.ebuild b/net-analyzer/gvm-libs/gvm-libs-22.6.3.ebuild index a1e56e3d32e0..860cc4df5b4b 100644 --- a/net-analyzer/gvm-libs/gvm-libs-22.6.3.ebuild +++ b/net-analyzer/gvm-libs/gvm-libs-22.6.3.ebuild @@ -53,6 +53,8 @@ BDEPEND=" src_prepare() { cmake_src_prepare + # QA-Fix | Remove -Werror compiler flag | Bug: #909558 + sed -i -e "s/-Werror//" "${S}"/CMakeLists.txt || die # QA-Fix | Remove doxygen warnings for !CLANG if use doc; then if ! tc-is-clang; then