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 1A388158094 for ; Sun, 2 Oct 2022 14:43:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E301BE0923; Sun, 2 Oct 2022 14:43:44 +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 CA8CAE0923 for ; Sun, 2 Oct 2022 14:43:44 +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 A2A9F340CAC for ; Sun, 2 Oct 2022 14:43:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A0555F7 for ; Sun, 2 Oct 2022 14:43:42 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1664721482.dc11203b8ae4296265ecc4889f4b942d67f85c48.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpcap/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libpcap/files/libpcap-9999-prefix-darwin.patch X-VCS-Directories: net-libs/libpcap/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: dc11203b8ae4296265ecc4889f4b942d67f85c48 X-VCS-Branch: master Date: Sun, 2 Oct 2022 14:43:42 +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: 10071ec7-f0eb-4c42-90a5-c946f8899316 X-Archives-Hash: fe79068496a63f12988907239ddee4db commit: dc11203b8ae4296265ecc4889f4b942d67f85c48 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Sep 6 16:32:51 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Oct 2 14:38:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc11203b net-libs/libpcap: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Portage 3.0.35 / pkgdev 0.2.1 / pkgcheck 0.10.14 Closes: https://github.com/gentoo/gentoo/pull/27167 Signed-off-by: Conrad Kostecki gentoo.org> net-libs/libpcap/files/libpcap-9999-prefix-darwin.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/net-libs/libpcap/files/libpcap-9999-prefix-darwin.patch b/net-libs/libpcap/files/libpcap-9999-prefix-darwin.patch deleted file mode 100644 index 5ac34fd46485..000000000000 --- a/net-libs/libpcap/files/libpcap-9999-prefix-darwin.patch +++ /dev/null @@ -1,13 +0,0 @@ -Prefix' Darwin systems are single arch, hijack Darwin7 case which assumes this setup - ---- a/configure.ac -+++ b/configure.ac -@@ -1860,7 +1860,7 @@ - if test "$enable_universal" != "no"; then - case "$host_os" in - -- darwin[[0-7]].*) -+ darwin**) - # - # Pre-Tiger. Build only for 32-bit PowerPC; no - # need for any special compiler or linker flags.