Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/
Date: Fri, 09 Oct 2015 03:29:58
Message-Id: 1444361366.6fb5f690b12668abb5921f35092ee592b6a952ed.jer@gentoo
1 commit: 6fb5f690b12668abb5921f35092ee592b6a952ed
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 03:29:09 2015 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 03:29:26 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb5f690
7
8 net-analyzer/wireshark: Install icons with USE=qt5 too (bug #562022).
9
10 net-analyzer/wireshark/wireshark-1.12.7.ebuild | 2 +-
11 net-analyzer/wireshark/wireshark-1.99.9.ebuild | 2 +-
12 net-analyzer/wireshark/wireshark-99999999.ebuild | 2 +-
13 3 files changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/net-analyzer/wireshark/wireshark-1.12.7.ebuild b/net-analyzer/wireshark/wireshark-1.12.7.ebuild
16 index e227f75..d7c8afd 100644
17 --- a/net-analyzer/wireshark/wireshark-1.12.7.ebuild
18 +++ b/net-analyzer/wireshark/wireshark-1.12.7.ebuild
19 @@ -220,7 +220,7 @@ src_install() {
20 insinto /usr/include/wiretap
21 doins wiretap/wtap.h
22
23 - if use gtk3 || use qt4; then
24 + if use gtk3 || use qt4 || use qt5; then
25 local c d
26 for c in hi lo; do
27 for d in 16 32 48; do
28
29 diff --git a/net-analyzer/wireshark/wireshark-1.99.9.ebuild b/net-analyzer/wireshark/wireshark-1.99.9.ebuild
30 index 591f9fe..348d4e4 100644
31 --- a/net-analyzer/wireshark/wireshark-1.99.9.ebuild
32 +++ b/net-analyzer/wireshark/wireshark-1.99.9.ebuild
33 @@ -226,7 +226,7 @@ src_install() {
34 insinto /usr/include/wiretap
35 doins wiretap/wtap.h
36
37 - if use gtk3 || use qt4; then
38 + if use gtk3 || use qt4 || use qt5; then
39 local c d
40 for c in hi lo; do
41 for d in 16 32 48; do
42
43 diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild
44 index bd4b947..6c12e53 100644
45 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild
46 +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild
47 @@ -229,7 +229,7 @@ src_install() {
48 insinto /usr/include/wiretap
49 doins wiretap/wtap.h
50
51 - if use gtk3 || use qt4; then
52 + if use gtk3 || use qt4 || use qt5; then
53 local c d
54 for c in hi lo; do
55 for d in 16 32 48; do