commit: 6fb5f690b12668abb5921f35092ee592b6a952ed Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Fri Oct 9 03:29:09 2015 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Fri Oct 9 03:29:26 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb5f690
net-analyzer/wireshark: Install icons with USE=qt5 too (bug #562022). net-analyzer/wireshark/wireshark-1.12.7.ebuild | 2 +- net-analyzer/wireshark/wireshark-1.99.9.ebuild | 2 +- 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 e227f75..d7c8afd 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 591f9fe..348d4e4 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 bd4b947..6c12e53 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