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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0993138359 for ; Sat, 24 Oct 2020 11:16:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48507E08FC; Sat, 24 Oct 2020 11:16:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EB47E08FC for ; Sat, 24 Oct 2020 11:16:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C70BE340CBB for ; Sat, 24 Oct 2020 11:16:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 290553B1 for ; Sat, 24 Oct 2020 11:16:52 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1603538203.27795fa60970293285f8ac117462dbf1f345500b.soap@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.2.7-r1.ebuild net-analyzer/wireshark/wireshark-3.4.0_rc1.ebuild net-analyzer/wireshark/wireshark-99999999.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 27795fa60970293285f8ac117462dbf1f345500b X-VCS-Branch: master Date: Sat, 24 Oct 2020 11:16:52 +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: 49e7e181-c9ea-41be-aed9-912e9a2d5d48 X-Archives-Hash: f8932ae0c2c266ec54b6161a38740bc6 commit: 27795fa60970293285f8ac117462dbf1f345500b Author: David Seifert gentoo org> AuthorDate: Sat Oct 24 11:16:43 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Oct 24 11:16:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27795fa6 net-analyzer/wireshark: [QA] Remove invalid use of EROOT in src_configure Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert gentoo.org> net-analyzer/wireshark/wireshark-3.2.7-r1.ebuild | 1 - net-analyzer/wireshark/wireshark-3.4.0_rc1.ebuild | 1 - net-analyzer/wireshark/wireshark-99999999.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-3.2.7-r1.ebuild b/net-analyzer/wireshark/wireshark-3.2.7-r1.ebuild index 7f35aeb71f8..6d52a93fcec 100644 --- a/net-analyzer/wireshark/wireshark-3.2.7-r1.ebuild +++ b/net-analyzer/wireshark/wireshark-3.2.7-r1.ebuild @@ -148,7 +148,6 @@ src_configure() { -DBUILD_tshark=$(usex tshark) -DBUILD_udpdump=$(usex udpdump) -DBUILD_wireshark=$(usex qt5) - -DCMAKE_INSTALL_DOCDIR="${EROOT}/usr/share/doc/${PF}" -DDISABLE_WERROR=yes -DENABLE_BCG729=$(usex bcg729) -DENABLE_BROTLI=$(usex brotli) diff --git a/net-analyzer/wireshark/wireshark-3.4.0_rc1.ebuild b/net-analyzer/wireshark/wireshark-3.4.0_rc1.ebuild index 9a0fc7c6efd..341e4cf131a 100644 --- a/net-analyzer/wireshark/wireshark-3.4.0_rc1.ebuild +++ b/net-analyzer/wireshark/wireshark-3.4.0_rc1.ebuild @@ -148,7 +148,6 @@ src_configure() { -DBUILD_tshark=$(usex tshark) -DBUILD_udpdump=$(usex udpdump) -DBUILD_wireshark=$(usex qt5) - -DCMAKE_INSTALL_DOCDIR="${EROOT}/usr/share/doc/${PF}" -DDISABLE_WERROR=yes -DENABLE_BCG729=$(usex bcg729) -DENABLE_BROTLI=$(usex brotli) diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index ef9604fe2d1..d2276be5cf2 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -144,7 +144,6 @@ src_configure() { -DBUILD_tshark=$(usex tshark) -DBUILD_udpdump=$(usex udpdump) -DBUILD_wireshark=$(usex qt5) - -DCMAKE_INSTALL_DOCDIR="${EROOT}/usr/share/doc/${PF}" -DDISABLE_WERROR=yes -DENABLE_BCG729=$(usex bcg729) -DENABLE_BROTLI=$(usex brotli)