From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1696046-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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15D411581F3 for <garchives@archives.gentoo.org>; Sun, 1 Dec 2024 15:02:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64FEAE07F1; Sun, 1 Dec 2024 15:02:38 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D60A9E07F1 for <gentoo-commits@lists.gentoo.org>; Sun, 1 Dec 2024 15:02:37 +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 F1D2533BF41 for <gentoo-commits@lists.gentoo.org>; Sun, 1 Dec 2024 15:02:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A86915E1 for <gentoo-commits@lists.gentoo.org>; Sun, 1 Dec 2024 15:02:35 +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: <1733065289.df24c1f97695d8a64a82577cd785e85ebe7ad4e7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/jq/jq-1.7.1.ebuild X-VCS-Directories: app-misc/jq/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: df24c1f97695d8a64a82577cd785e85ebe7ad4e7 X-VCS-Branch: master Date: Sun, 1 Dec 2024 15:02:35 +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: 1400db38-fa1c-47ca-908e-29cadeff409a X-Archives-Hash: adff16f859591b7cfd1af5e39f8bfb24 commit: df24c1f97695d8a64a82577cd785e85ebe7ad4e7 Author: orbea <orbea <AT> riseup <DOT> net> AuthorDate: Thu Apr 4 20:24:19 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 1 15:01:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df24c1f9 app-misc/jq: don't use the runpath patch Strange patch that was added without explanation in commit ed98a0926d3e99ce9e76fb16311b491797cd1042. It also breaks the build with slibtoolize where the ./libtool script no longer exists and the sed fails. Gentoo-Commit: https://gitweb.gentoo.org/repo/gentoo.git/commit/app-misc/jq?id=ed98a0926d3e99ce9e76fb16311b491797cd1042 Signed-off-by: orbea <orbea <AT> riseup.net> Closes: https://github.com/gentoo/gentoo/pull/36109 Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/jq/jq-1.7.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-misc/jq/jq-1.7.1.ebuild b/app-misc/jq/jq-1.7.1.ebuild index b657985218d8..75a18f279527 100644 --- a/app-misc/jq/jq-1.7.1.ebuild +++ b/app-misc/jq/jq-1.7.1.ebuild @@ -30,7 +30,6 @@ RDEPEND=" " PATCHES=( "${FILESDIR}"/jq-1.6-r3-never-bundle-oniguruma.patch - "${FILESDIR}"/jq-1.7-runpath.patch ) RESTRICT="!test? ( test )"