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 1AC8B158086 for ; Wed, 24 Nov 2021 03:01:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67F25E083D; Wed, 24 Nov 2021 03:01:26 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E8D1E083D for ; Wed, 24 Nov 2021 03:01:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D3125342BB8 for ; Wed, 24 Nov 2021 03:01:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C16D1C8 for ; Wed, 24 Nov 2021 03:01:23 +0000 (UTC) From: "Sam James" 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" Message-ID: <1637722852.340e1575a9c5ccf8554e44db273d4c2771bda037.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wireshark/wireshark-3.6.0-r1.ebuild net-analyzer/wireshark/wireshark-9999.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 340e1575a9c5ccf8554e44db273d4c2771bda037 X-VCS-Branch: master Date: Wed, 24 Nov 2021 03:01:23 +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: 042c1277-6dac-4d13-bacb-e0e4e7cce431 X-Archives-Hash: 461289a60256963f2d08dbe38251526b commit: 340e1575a9c5ccf8554e44db273d4c2771bda037 Author: Sam James gentoo org> AuthorDate: Wed Nov 24 03:00:52 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 24 03:00:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=340e1575 net-analyzer/wireshark: fix DoubleEmptyLine Signed-off-by: Sam James gentoo.org> net-analyzer/wireshark/wireshark-3.6.0-r1.ebuild | 1 - net-analyzer/wireshark/wireshark-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-3.6.0-r1.ebuild b/net-analyzer/wireshark/wireshark-3.6.0-r1.ebuild index 87ec81e02281..145ec1e5d572 100644 --- a/net-analyzer/wireshark/wireshark-3.6.0-r1.ebuild +++ b/net-analyzer/wireshark/wireshark-3.6.0-r1.ebuild @@ -214,7 +214,6 @@ src_install() { # FAQ is not required as is installed from help/faq.txt dodoc AUTHORS ChangeLog NEWS README* doc/randpkt.txt doc/README* - # install headers insinto /usr/include/wireshark doins ws_diag_control.h ws_symbol_export.h \ diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild b/net-analyzer/wireshark/wireshark-9999.ebuild index 87ec81e02281..145ec1e5d572 100644 --- a/net-analyzer/wireshark/wireshark-9999.ebuild +++ b/net-analyzer/wireshark/wireshark-9999.ebuild @@ -214,7 +214,6 @@ src_install() { # FAQ is not required as is installed from help/faq.txt dodoc AUTHORS ChangeLog NEWS README* doc/randpkt.txt doc/README* - # install headers insinto /usr/include/wireshark doins ws_diag_control.h ws_symbol_export.h \