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 15F3415800F for ; Tue, 10 Jan 2023 20:27:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B5FCE07A5; Tue, 10 Jan 2023 20:27:06 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F231FE07A5 for ; Tue, 10 Jan 2023 20:27:05 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1FD6340D43 for ; Tue, 10 Jan 2023 20:27:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6590607 for ; Tue, 10 Jan 2023 20:27:02 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1673382398.9fa5d5fd7564820624fd4db917c0b5703a213029.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/breakpad/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/breakpad/breakpad-2022.06.04.ebuild X-VCS-Directories: dev-util/breakpad/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 9fa5d5fd7564820624fd4db917c0b5703a213029 X-VCS-Branch: master Date: Tue, 10 Jan 2023 20:27:02 +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: 1767f22b-9cea-4d37-bc63-58d4b9e2c542 X-Archives-Hash: 1d90704d25a37d1d8dd8acb971b71a00 commit: 9fa5d5fd7564820624fd4db917c0b5703a213029 Author: Alfredo Tupone gentoo org> AuthorDate: Tue Jan 10 20:25:53 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Jan 10 20:26:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa5d5fd dev-util/breakpad: remove -Werror Closes: https://bugs.gentoo.org/888557 Signed-off-by: Alfredo Tupone gentoo.org> dev-util/breakpad/breakpad-2022.06.04.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/breakpad/breakpad-2022.06.04.ebuild b/dev-util/breakpad/breakpad-2022.06.04.ebuild index d68490afa287..66912e949d83 100644 --- a/dev-util/breakpad/breakpad-2022.06.04.ebuild +++ b/dev-util/breakpad/breakpad-2022.06.04.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -46,6 +46,7 @@ src_prepare() { || die sed -i \ -e "/AC_INIT/s:0.1:${PVR}:" \ + -e "/AS_VAR_APPEND/d" \ configure.ac \ || die eautoreconf