From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1705267-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 DDF9215812D for <garchives@archives.gentoo.org>; Fri, 03 Jan 2025 11:32:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14B9AE07D8; Fri, 03 Jan 2025 11:32:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D0DE1E07D8 for <gentoo-commits@lists.gentoo.org>; Fri, 03 Jan 2025 11:32:39 +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 77B7933BEB9 for <gentoo-commits@lists.gentoo.org>; Fri, 03 Jan 2025 11:32:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBFC11909 for <gentoo-commits@lists.gentoo.org>; Fri, 03 Jan 2025 11:32:31 +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: <1735903909.a3d55e284a6bed738a2fc9e7478a80bb523c0bde.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp3/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/nghttp3/nghttp3-9999.ebuild X-VCS-Directories: net-libs/nghttp3/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a3d55e284a6bed738a2fc9e7478a80bb523c0bde X-VCS-Branch: master Date: Fri, 03 Jan 2025 11:32:31 +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: 00485062-2931-412e-beb3-ff58a9452e4a X-Archives-Hash: b454876840004747e5e137ab73e83126 commit: a3d55e284a6bed738a2fc9e7478a80bb523c0bde Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 3 11:31:49 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 3 11:31:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d55e28 net-libs/nghttp3: drop munit patch from live Fixed upstream. Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/nghttp3/nghttp3-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/net-libs/nghttp3/nghttp3-9999.ebuild b/net-libs/nghttp3/nghttp3-9999.ebuild index 75bde0f87eca..9e1fdeb754e4 100644 --- a/net-libs/nghttp3/nghttp3-9999.ebuild +++ b/net-libs/nghttp3/nghttp3-9999.ebuild @@ -27,10 +27,6 @@ REQUIRED_USE=" BDEPEND="virtual/pkgconfig" -PATCHES=( - "${FILESDIR}"/${PN}-1.7.0-munit-c23.patch -) - multilib_src_configure() { local mycmakeargs=( -DENABLE_LIB_ONLY=ON