commit:     cf51ff87a581e423293f39d112f4d6b2e792e8f4
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  5 16:46:31 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Nov  5 16:46:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf51ff87

sys-libs/gwenhywfar: use correct qmake for qt4 build

Package-Manager: portage-2.3.2

 sys-libs/gwenhywfar/gwenhywfar-4.15.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.15.3-r1.ebuild 
b/sys-libs/gwenhywfar/gwenhywfar-4.15.3-r1.ebuild
index f8721fb..cbdc15c 100644
--- a/sys-libs/gwenhywfar/gwenhywfar-4.15.3-r1.ebuild
+++ b/sys-libs/gwenhywfar/gwenhywfar-4.15.3-r1.ebuild
@@ -40,8 +40,8 @@ src_configure() {
        local extra_opts
        use fox && guis="${guis} fox16"
        use gtk && guis="${guis} gtk2"
-       use qt4 && guis="${guis} qt4"
-       use qt5 && guis="${guis} qt5" && 
extra_opts="--with-qt5-qmake="$(qt5_get_bindir)/qmake" 
--with-qt5-moc="$(qt5_get_bindir)/moc""
+       use qt4 && guis="${guis} qt4" && extra_opts="${extra_opts} 
--with-qt4-moc="$(qt4_get_bindir)/moc""
+       use qt5 && guis="${guis} qt5" && extra_opts="${extra_opts} 
--with-qt5-qmake="$(qt5_get_bindir)/qmake" 
--with-qt5-moc="$(qt5_get_bindir)/moc""
        econf \
                --enable-ssl \
                $(use_enable debug) \

Reply via email to