commit: 877147f68bb3b621f695a46c76b5479a4d8b0d82 Author: Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com> AuthorDate: Wed Jul 5 06:28:47 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> 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 <foti.giuseppe <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32030 Signed-off-by: Florian Schmaus <flow <AT> 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
