From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1366416-garchives=archives.gentoo.org@lists.gentoo.org>
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 2F1B815808B
	for <garchives@archives.gentoo.org>; Thu, 10 Feb 2022 14:46:36 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8067FE0BC2;
	Thu, 10 Feb 2022 14:46:35 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5D4A8E0BC2
	for <gentoo-commits@lists.gentoo.org>; Thu, 10 Feb 2022 14:46:35 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 6AADA33BE58
	for <gentoo-commits@lists.gentoo.org>; Thu, 10 Feb 2022 14:46:34 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C93B2287
	for <gentoo-commits@lists.gentoo.org>; Thu, 10 Feb 2022 14:46:32 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1644504377.83cf9e2749be378ca4bb12096c2a33093a0af998.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/m4/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-devel/m4/m4-1.4.19.ebuild
X-VCS-Directories: sys-devel/m4/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 83cf9e2749be378ca4bb12096c2a33093a0af998
X-VCS-Branch: master
Date: Thu, 10 Feb 2022 14:46:32 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: fc680f87-0cca-4991-8f0b-e4622a78e9e3
X-Archives-Hash: 72cfd7bd27ca4b1b76a473b306230d63

commit:     83cf9e2749be378ca4bb12096c2a33093a0af998
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 10 14:45:33 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 10 14:46:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83cf9e27

sys-devel/m4: temporarily drop test patch

Need to investigate the makeinfo regeneration issue and it's
not critical so let's disable the patch for now to avoid issues for folks.

Bug: https://bugs.gentoo.org/833080
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/m4/m4-1.4.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/m4/m4-1.4.19.ebuild b/sys-devel/m4/m4-1.4.19.ebuild
index 7c3d013dc009..062190e4c1fd 100644
--- a/sys-devel/m4/m4-1.4.19.ebuild
+++ b/sys-devel/m4/m4-1.4.19.ebuild
@@ -33,7 +33,7 @@ BDEPEND="app-arch/xz-utils
 
 PATCHES=(
 	"${FILESDIR}"/ppc-musl.patch
-	"${WORKDIR}"/${P}-test-198-sysval.patch
+	#"${WORKDIR}"/${P}-test-198-sysval.patch
 )
 
 src_configure() {