commit:     ea83584c4018044e7b3c5b2abb9258b3e48403db
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 10 02:00:56 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 02:00:59 2018 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=ea83584c

qt5-build.eclass: fix syntax error

 eclass/qt5-build.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 2f95c64e..2517d399 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -545,13 +545,13 @@ qt5_base_configure() {
                -testsdir "${QT5_TESTSDIR}"
 
                # force appropriate compiler
-               if use kernel_FreeBSD; then
+               $(if use kernel_FreeBSD; then
                        if tc-is-gcc; then
                                echo -platform freebsd-g++
                        elif tc-is-clang; then
                                echo -platform freebsd-clang
                        fi
-               fi
+               fi)
                $(if [[ ${QT5_MINOR_VERSION} -ge 10 ]]; then
                        if use kernel_linux; then
                                if tc-is-gcc; then

Reply via email to