commit: 648aee630590b425be98d66314a0b4f605813640 Author: Emanuele Torre <torreemanuele6 <AT> gmail <DOT> com> AuthorDate: Fri Aug 16 12:23:08 2024 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Thu Aug 22 00:38:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648aee63
net-misc/trurl: fix 9999 The patch has been upstreamed. Ref: https://github.com/curl/trurl/commit/5cb314b40e7203e78 Signed-off-by: Emanuele Torre <torreemanuele6 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38172 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> net-misc/trurl/trurl-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/net-misc/trurl/trurl-9999.ebuild b/net-misc/trurl/trurl-9999.ebuild index 5dfbbc31163e..b27cb174ba1e 100644 --- a/net-misc/trurl/trurl-9999.ebuild +++ b/net-misc/trurl/trurl-9999.ebuild @@ -29,10 +29,6 @@ DEPEND=">=net-misc/curl-7.81.0" RDEPEND="${DEPEND}" BDEPEND="test? ( ${PYTHON_DEPS} )" -PATCHES=( - "${FILESDIR}"/${PN}-0.14-fix-makefile.patch -) - pkg_setup() { use test && python-any-r1_pkg_setup }