diff options
| -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 |
