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 2B5E413835C for ; Sat, 1 May 2021 21:24:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72B6CE0D25; Sat, 1 May 2021 21:24:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 58C9BE0D26 for ; Sat, 1 May 2021 21:24:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2DE7B340D06 for ; Sat, 1 May 2021 21:24:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27D2974F for ; Sat, 1 May 2021 21:24:13 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1619904116.494ec0c253357d84f04eeb29b38ed40f3edb8632.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/, kde-misc/plasma-pass/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/plasma-pass/files/plasma-pass-1.2.0-no-werror.patch kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild X-VCS-Directories: kde-misc/plasma-pass/files/ kde-misc/plasma-pass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 494ec0c253357d84f04eeb29b38ed40f3edb8632 X-VCS-Branch: master Date: Sat, 1 May 2021 21:24:13 +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: 1f7ab7e9-29af-46f4-996a-fc655601c493 X-Archives-Hash: 6b5e300e526ab5cfb45e9dc0bbd11c5c commit: 494ec0c253357d84f04eeb29b38ed40f3edb8632 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 1 20:08:20 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 1 21:21:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494ec0c2 kde-misc/plasma-pass: Drop -Werror Closes: https://bugs.gentoo.org/785832 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/plasma-pass-1.2.0-no-werror.patch | 31 ++++++++++++++++++++++ kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild | 2 ++ 2 files changed, 33 insertions(+) diff --git a/kde-misc/plasma-pass/files/plasma-pass-1.2.0-no-werror.patch b/kde-misc/plasma-pass/files/plasma-pass-1.2.0-no-werror.patch new file mode 100644 index 00000000000..42c40bfe923 --- /dev/null +++ b/kde-misc/plasma-pass/files/plasma-pass-1.2.0-no-werror.patch @@ -0,0 +1,31 @@ +From 468db75d4a4f2620921c00ebd91fd7d12e7a2bce Mon Sep 17 00:00:00 2001 +From: David Faure +Date: Sat, 1 May 2021 21:58:56 +0200 +Subject: [PATCH] Remove -Werror, one can't predict what future compilers will + do + +I assume this was supposed to be set only temporarily. + +CCMAIL: dvratil@kde.org +--- + CMakeLists.txt | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 8131494..26cea6e 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -46,8 +46,8 @@ find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS + add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00) + add_definitions(-DQT_NO_FOREACH) + +-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror -pedantic") +-set(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror -pedantic") ++set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic") ++set(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic") + + # plasmoid + plasma_install_package(package org.kde.plasma.pass) +-- +GitLab + diff --git a/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild b/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild index d713294e830..b62a307e42d 100644 --- a/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild +++ b/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild @@ -35,3 +35,5 @@ RDEPEND="${DEPEND} >=dev-qt/qtquickcontrols2-${QTMIN}:5 >=kde-frameworks/kirigami-${KFMIN}:5 " + +PATCHES=( "${FILESDIR}"/${P}-no-werror.patch ) # bug 785832