diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-10-09 05:29:09 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-10-09 05:29:26 +0200 |
commit | 6fb5f690b12668abb5921f35092ee592b6a952ed (patch) | |
tree | 8ab232d8988a512b6660ed8c1796665fe6404ec6 /net-analyzer | |
parent | b19eb2c42026349d96b8d6d61cdcbdec243a2935 (diff) | |
download | gentoo-6fb5f690b12668abb5921f35092ee592b6a952ed.tar.gz gentoo-6fb5f690b12668abb5921f35092ee592b6a952ed.tar.xz |
net-analyzer/wireshark: Install icons with USE=qt5 too (bug #562022).
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.12.7.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.99.9.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-99999999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/wireshark-1.12.7.ebuild b/net-analyzer/wireshark/wireshark-1.12.7.ebuild index e227f750f99..d7c8afdafe4 100644 --- a/net-analyzer/wireshark/wireshark-1.12.7.ebuild +++ b/net-analyzer/wireshark/wireshark-1.12.7.ebuild @@ -220,7 +220,7 @@ src_install() { insinto /usr/include/wiretap doins wiretap/wtap.h - if use gtk3 || use qt4; then + if use gtk3 || use qt4 || use qt5; then local c d for c in hi lo; do for d in 16 32 48; do diff --git a/net-analyzer/wireshark/wireshark-1.99.9.ebuild b/net-analyzer/wireshark/wireshark-1.99.9.ebuild index 591f9fe3dcb..348d4e41ee9 100644 --- a/net-analyzer/wireshark/wireshark-1.99.9.ebuild +++ b/net-analyzer/wireshark/wireshark-1.99.9.ebuild @@ -226,7 +226,7 @@ src_install() { insinto /usr/include/wiretap doins wiretap/wtap.h - if use gtk3 || use qt4; then + if use gtk3 || use qt4 || use qt5; then local c d for c in hi lo; do for d in 16 32 48; do diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index bd4b9474f23..6c12e5319ab 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -229,7 +229,7 @@ src_install() { insinto /usr/include/wiretap doins wiretap/wtap.h - if use gtk3 || use qt4; then + if use gtk3 || use qt4 || use qt5; then local c d for c in hi lo; do for d in 16 32 48; do |