diff options
author | 2019-03-19 18:48:05 +0100 | |
---|---|---|
committer | 2019-03-19 18:48:17 +0100 | |
commit | bc481a7ab018cd324733406e91bdf80168efc1d1 (patch) | |
tree | c7ce479e15744cc098bf5fbe6899b5ebde53827d /net-analyzer | |
parent | sys-kernel/gentoo-sources: Linux patch 5.0.3 (diff) | |
download | gentoo-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>
Diffstat (limited to 'net-analyzer')
-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.ebuild | 1 |
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) |