commit:     c550a242890c0febed168de56c5a5aad76c46756
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 11:31:37 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 11:31:37 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=c550a242

qt5-build.eclass: fix typo

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/qt5-build.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index e7f9a016..9561d918 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -233,7 +233,7 @@ qt5-build_src_configure() {
 
        # Workaround for bug #915203
        # Upstream: https://bugreports.qt.io/browse/QTBUG-111514
-       if [[ ${PN} != qtcore ]]; the
+       if [[ ${PN} != qtcore ]]; then
                append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
        fi
 

Reply via email to