summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-03-19 18:48:05 +0100
committerJeroen Roovers <jer@gentoo.org>2019-03-19 18:48:17 +0100
commitbc481a7ab018cd324733406e91bdf80168efc1d1 (patch)
treec7ce479e15744cc098bf5fbe6899b5ebde53827d
parentsys-kernel/gentoo-sources: Linux patch 5.0.3 (diff)
downloadgentoo-bc481a7ab018cd324733406e91bdf80168efc1d1.tar.gz
gentoo-bc481a7ab018cd324733406e91bdf80168efc1d1.tar.bz2
gentoo-bc481a7ab018cd324733406e91bdf80168efc1d1.zip
net-analyzer/wireshark: Fix DOCDIR
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
-rw-r--r--net-analyzer/wireshark/wireshark-3.0.0-r1.ebuild (renamed from net-analyzer/wireshark/wireshark-3.0.0.ebuild)1
-rw-r--r--net-analyzer/wireshark/wireshark-99999999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/net-analyzer/wireshark/wireshark-3.0.0.ebuild b/net-analyzer/wireshark/wireshark-3.0.0-r1.ebuild
index 49bf12ab1189..70196da6e9f3 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 e9927cc3b151..f3cf011e5609 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)