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 )"
