commit:     e8d42b7bc3d46c5ed2e4322cff76a7d591e2c468
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 10:46:44 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 10:46:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d42b7b

net-analyzer/wireshark: Override LRELEASE (bug #588876 by marienz).

Package-Manager: portage-2.3.0

 net-analyzer/wireshark/wireshark-2.1.1.ebuild    | 2 ++
 net-analyzer/wireshark/wireshark-99999999.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/net-analyzer/wireshark/wireshark-2.1.1.ebuild 
b/net-analyzer/wireshark/wireshark-2.1.1.ebuild
index 66e32b8..3c16eb1 100644
--- a/net-analyzer/wireshark/wireshark-2.1.1.ebuild
+++ b/net-analyzer/wireshark/wireshark-2.1.1.ebuild
@@ -158,10 +158,12 @@ src_configure() {
                $(use_with pcap) \
                $(use_with portaudio) \
                $(usex qt4 --with-qt=4 '') \
+               $(usex qt4 LRELEASE=$(qt4_get_bindir)/lrelease '') \
                $(usex qt4 MOC=$(qt4_get_bindir)/moc '') \
                $(usex qt4 RCC=$(qt4_get_bindir)/rcc '') \
                $(usex qt4 UIC=$(qt4_get_bindir)/uic '') \
                $(usex qt5 --with-qt=5 '') \
+               $(usex qt5 LRELEASE=$(qt5_get_bindir)/lrelease '') \
                $(usex qt5 MOC=$(qt5_get_bindir)/moc '') \
                $(usex qt5 RCC=$(qt5_get_bindir)/rcc '') \
                $(usex qt5 UIC=$(qt5_get_bindir)/uic '') \

diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild 
b/net-analyzer/wireshark/wireshark-99999999.ebuild
index fd9b8c9..d78ed47 100644
--- a/net-analyzer/wireshark/wireshark-99999999.ebuild
+++ b/net-analyzer/wireshark/wireshark-99999999.ebuild
@@ -162,10 +162,12 @@ src_configure() {
                $(use_with pcap) \
                $(use_with portaudio) \
                $(usex qt4 --with-qt=4 '') \
+               $(usex qt4 LRELEASE=$(qt4_get_bindir)/lrelease '') \
                $(usex qt4 MOC=$(qt4_get_bindir)/moc '') \
                $(usex qt4 RCC=$(qt4_get_bindir)/rcc '') \
                $(usex qt4 UIC=$(qt4_get_bindir)/uic '') \
                $(usex qt5 --with-qt=5 '') \
+               $(usex qt5 LRELEASE=$(qt5_get_bindir)/lrelease '') \
                $(usex qt5 MOC=$(qt5_get_bindir)/moc '') \
                $(usex qt5 RCC=$(qt5_get_bindir)/rcc '') \
                $(usex qt5 UIC=$(qt5_get_bindir)/uic '') \

Reply via email to