commit:     9fa5d5fd7564820624fd4db917c0b5703a213029
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 20:25:53 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> 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 <tupone <AT> 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

Reply via email to