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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C947158534 for ; Thu, 22 Aug 2024 01:27:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D2B0E29EB; Thu, 22 Aug 2024 01:27:01 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E70FCE29EB for ; Thu, 22 Aug 2024 01:27:00 +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 DDAA534168D for ; Thu, 22 Aug 2024 01:26:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3419B1F01 for ; Thu, 22 Aug 2024 01:26:58 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1724287101.648aee630590b425be98d66314a0b4f605813640.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/trurl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/trurl/trurl-9999.ebuild X-VCS-Directories: net-misc/trurl/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 648aee630590b425be98d66314a0b4f605813640 X-VCS-Branch: master Date: Thu, 22 Aug 2024 01:26:58 +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: f7b1b22e-6b99-4ead-bf5b-ebe7cc619076 X-Archives-Hash: 0a97f4282e08125270bc5cf3afe14a8d commit: 648aee630590b425be98d66314a0b4f605813640 Author: Emanuele Torre gmail com> AuthorDate: Fri Aug 16 12:23:08 2024 +0000 Commit: Eli Schwartz gentoo 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 gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38172 Signed-off-by: Eli Schwartz 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 }