From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B42D859CB1 for ; Wed, 13 Apr 2016 08:00:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CE0121C001; Wed, 13 Apr 2016 08:00:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 319C821C001 for ; Wed, 13 Apr 2016 08:00:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF13B33F9D2 for ; Wed, 13 Apr 2016 08:00:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 239427B for ; Wed, 13 Apr 2016 07:59:57 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1460534395.5b23dc7bebac25628c1d3ff7b846d8de27479924.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch X-VCS-Directories: net-analyzer/wireshark/files/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 5b23dc7bebac25628c1d3ff7b846d8de27479924 X-VCS-Branch: master Date: Wed, 13 Apr 2016 07:59:57 +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-Archives-Salt: 2a00d3a7-d98c-4ade-a052-8950eff70b6c X-Archives-Hash: 2ff8ac9889231f961af2668a166a0419 commit: 5b23dc7bebac25628c1d3ff7b846d8de27479924 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Apr 13 07:59:33 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Apr 13 07:59:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b23dc7b net-analyzer/wireshark: Update live ebuild patch. Package-Manager: portage-2.2.28 net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch b/net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch index 7c00d8b..124a9b8 100644 --- a/net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch +++ b/net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch @@ -1,10 +1,10 @@ --- a/extcap/Makefile.am +++ b/extcap/Makefile.am -@@ -46,6 +46,7 @@ +@@ -49,6 +49,7 @@ + androiddump_LDADD = \ ../wiretap/libwiretap.la \ ../wsutil/libwsutil.la \ - @GLIB_LIBS@ \ -+ @PCAP_LIBS@ \ - @SOCKET_LIBS@ ++ @PCAP_LIBS@ \ + @GLIB_LIBS@ if ENABLE_STATIC