commit: bc481a7ab018cd324733406e91bdf80168efc1d1 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Tue Mar 19 17:48:05 2019 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Tue Mar 19 17:48:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc481a7a
net-analyzer/wireshark: Fix DOCDIR Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> .../wireshark/{wireshark-3.0.0.ebuild => wireshark-3.0.0-r1.ebuild} | 1 + net-analyzer/wireshark/wireshark-99999999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-analyzer/wireshark/wireshark-3.0.0.ebuild b/net-analyzer/wireshark/wireshark-3.0.0-r1.ebuild similarity index 99% rename from net-analyzer/wireshark/wireshark-3.0.0.ebuild rename to net-analyzer/wireshark/wireshark-3.0.0-r1.ebuild index 49bf12ab118..70196da6e9f 100644 --- a/net-analyzer/wireshark/wireshark-3.0.0.ebuild +++ b/net-analyzer/wireshark/wireshark-3.0.0-r1.ebuild @@ -144,6 +144,7 @@ src_configure() { -DBUILD_tshark=$(usex tshark) -DBUILD_udpdump=$(usex udpdump) -DBUILD_wireshark=$(usex qt5) + -DCMAKE_INSTALL_DOCDIR="/usr/share/doc/${PF}" -DDISABLE_WERROR=yes -DENABLE_BCG729=$(usex bcg729) -DENABLE_CAP=$(usex filecaps caps) diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index e9927cc3b15..f3cf011e560 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -144,6 +144,7 @@ src_configure() { -DBUILD_tshark=$(usex tshark) -DBUILD_udpdump=$(usex udpdump) -DBUILD_wireshark=$(usex qt5) + -DCMAKE_INSTALL_DOCDIR="/usr/share/doc/${PF}" -DDISABLE_WERROR=yes -DENABLE_BCG729=$(usex bcg729) -DENABLE_CAP=$(usex filecaps caps)