summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-10-07 07:39:33 +0200
committerJeroen Roovers <jer@gentoo.org>2015-10-07 07:42:06 +0200
commit4e516d316bfa68c96cba91aa0dac30f354343a8c (patch)
treec6303f0a8a97ddbe128ed4934cc9da15eadc2ac7 /net-analyzer/wireshark/wireshark-99999999.ebuild
parentdev-ruby/rspec-core: fix gemspec and missing test dependency (diff)
downloadgentoo-4e516d316bfa68c96cba91aa0dac30f354343a8c.tar.gz
gentoo-4e516d316bfa68c96cba91aa0dac30f354343a8c.tar.bz2
gentoo-4e516d316bfa68c96cba91aa0dac30f354343a8c.zip
net-analyzer/wireshark: Install a desktop file with USE=qt5 (bug #562022 by Paolo Pedroni).
Package-Manager: portage-2.2.22
Diffstat (limited to 'net-analyzer/wireshark/wireshark-99999999.ebuild')
-rw-r--r--net-analyzer/wireshark/wireshark-99999999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild
index 02e46afe8ba4..bd4b9474f230 100644
--- a/net-analyzer/wireshark/wireshark-99999999.ebuild
+++ b/net-analyzer/wireshark/wireshark-99999999.ebuild
@@ -243,7 +243,7 @@ src_install() {
domenu wireshark.desktop
fi
- if use qt4; then
+ if use qt4 || use qt5; then
sed -e '/Exec=/s|wireshark|&-qt|g' wireshark.desktop > wireshark-qt.desktop || die
domenu wireshark-qt.desktop
fi