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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83E16158087 for ; Mon, 7 Feb 2022 00:30:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79DC0E07A9; Mon, 7 Feb 2022 00:30:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AE469E07A9 for ; Mon, 7 Feb 2022 00:30: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 7A359342BDB for ; Mon, 7 Feb 2022 00:30:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE113200 for ; Mon, 7 Feb 2022 00:30:32 +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: <1644193808.af6c21b7786b5a9150c1d36e76f3d4f21919a46a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/m4/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/m4/Manifest 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: af6c21b7786b5a9150c1d36e76f3d4f21919a46a X-VCS-Branch: master Date: Mon, 7 Feb 2022 00:30:32 +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: 65fa3d82-eb8b-4b9f-b192-e249636ddfb3 X-Archives-Hash: a9ee74ee75917f92c6883b8481684e3a commit: af6c21b7786b5a9150c1d36e76f3d4f21919a46a Author: Sam James gentoo org> AuthorDate: Mon Feb 7 00:10:42 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 7 00:30:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6c21b7 sys-devel/m4: backport 198.sysval test fix Closes: https://bugs.gentoo.org/808749 Thanks-to: A. Wilcox Wilcox-Tech.com> Signed-off-by: Sam James gentoo.org> sys-devel/m4/Manifest | 1 + sys-devel/m4/m4-1.4.19.ebuild | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sys-devel/m4/Manifest b/sys-devel/m4/Manifest index 7b0eef3c82b6..5e564659aaeb 100644 --- a/sys-devel/m4/Manifest +++ b/sys-devel/m4/Manifest @@ -1 +1,2 @@ +DIST m4-1.4.19-test-198-sysval.patch.bz2 6128 BLAKE2B 8710a13721c95c0092c70a74af7f773ed4f225606dbd88b85655f5184f8afee02accc7bc3b3bd2e7744e6cfdc4db3508ef9144cf249cdd888e6bac0ae447979c SHA512 14557d1ed23ca6cfdcf192d9be4464419bf535e187dc181177bb23c0a59d74cf308769db37be3fe1c21679bb50bc848c88d119eebb4c66bf0fa29a4f1a6b0825 DIST m4-1.4.19.tar.xz 1654908 BLAKE2B 08694485a49c542761fa9a7db4d7609f4dfb08a5c6b785b57f2e14cf1f696c2a1c788bb5eb934e8159a632b63ff071dfe42511d0109d7b1828f46d33c8bf416a SHA512 47f595845c89709727bda0b3fc78e3188ef78ec818965b395532e7041cabe9e49677ee4aca3d042930095a7f8df81de3da1026b23b6897be471f6cf13ddd512b diff --git a/sys-devel/m4/m4-1.4.19.ebuild b/sys-devel/m4/m4-1.4.19.ebuild index 96bbad225664..7c3d013dc009 100644 --- a/sys-devel/m4/m4-1.4.19.ebuild +++ b/sys-devel/m4/m4-1.4.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,6 +12,7 @@ if [[ "${PV}" == *_beta* ]] ; then S="${WORKDIR}/${MY_P}" else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" + SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-test-198-sysval.patch.bz2" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi @@ -30,7 +31,10 @@ DEPEND="${RDEPEND}" BDEPEND="app-arch/xz-utils nls? ( sys-devel/gettext )" -PATCHES=( "${FILESDIR}/ppc-musl.patch" ) +PATCHES=( + "${FILESDIR}"/ppc-musl.patch + "${WORKDIR}"/${P}-test-198-sysval.patch +) src_configure() { local -a myeconfargs=(