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 | x11-wm/aewm++: bump to EAPI5 (EAPI2 deprecated) (diff) | |
download | gentoo-6fb5f690b12668abb5921f35092ee592b6a952ed.tar.gz gentoo-6fb5f690b12668abb5921f35092ee592b6a952ed.tar.bz2 gentoo-6fb5f690b12668abb5921f35092ee592b6a952ed.zip |
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 e227f750f990..d7c8afdafe40 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 591f9fe3dcba..348d4e41ee9d 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 bd4b9474f230..6c12e5319ab5 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 |