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 657DA158041 for ; Thu, 21 Mar 2024 06:00:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A886FE29B5; Thu, 21 Mar 2024 06:00:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8C64AE29B5 for ; Thu, 21 Mar 2024 06:00:06 +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 A9921335DC0 for ; Thu, 21 Mar 2024 06:00:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15FBC13C3 for ; Thu, 21 Mar 2024 06:00:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1711000763.a4133f5e1f5a344ed37f5a96e8e86574d5fd777c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/geda/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/geda/geda-1.10.2-r2.ebuild X-VCS-Directories: sci-electronics/geda/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a4133f5e1f5a344ed37f5a96e8e86574d5fd777c X-VCS-Branch: master Date: Thu, 21 Mar 2024 06:00:04 +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: 76a970dc-749a-48f9-9f6c-2fb484097b9b X-Archives-Hash: 4507690927dc5fa7128f24336366a9e9 commit: a4133f5e1f5a344ed37f5a96e8e86574d5fd777c Author: Sam James gentoo org> AuthorDate: Thu Mar 21 05:59:23 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 21 05:59:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4133f5e sci-electronics/geda: add die Signed-off-by: Sam James gentoo.org> sci-electronics/geda/geda-1.10.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/geda/geda-1.10.2-r2.ebuild b/sci-electronics/geda/geda-1.10.2-r2.ebuild index 7983738c270b..24b2e1b10dd4 100644 --- a/sci-electronics/geda/geda-1.10.2-r2.ebuild +++ b/sci-electronics/geda/geda-1.10.2-r2.ebuild @@ -64,7 +64,7 @@ src_prepare() { # -Wmaybe-uninitialized is made fatal, which is not ideal for building # releases. Upstream is working on fixing these anyway. - sed -i '/Werror_maybe_uninitialized_IF_SUPPORTED/d' configure.ac + sed -i '/Werror_maybe_uninitialized_IF_SUPPORTED/d' configure.ac || die eautoreconf }