diff options
author | Emanuele Torre <torreemanuele6@gmail.com> | 2024-08-16 14:23:08 +0200 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-08-21 20:38:21 -0400 |
commit | 648aee630590b425be98d66314a0b4f605813640 (patch) | |
tree | c7662deb68abbb6811efeb3aebdf671181d3ec59 /net-misc/trurl | |
parent | media-fonts/source-code-pro: add 2.042 (diff) | |
download | gentoo-648aee630590b425be98d66314a0b4f605813640.tar.gz gentoo-648aee630590b425be98d66314a0b4f605813640.tar.bz2 gentoo-648aee630590b425be98d66314a0b4f605813640.zip |
net-misc/trurl: fix 9999
The patch has been upstreamed.
Ref: https://github.com/curl/trurl/commit/5cb314b40e7203e78
Signed-off-by: Emanuele Torre <torreemanuele6@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38172
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'net-misc/trurl')
-rw-r--r-- | net-misc/trurl/trurl-9999.ebuild | 4 |
1 files changed, 0 insertions, 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 } |