commit: a07e8719136e55981f3e9574c6253e31ab329254
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 6 11:19:59 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Aug 6 11:19:59 2017 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=a07e8719
qt5-build.eclass: remove stray quote
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 bc67db7e..8c62c65e 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -793,7 +793,7 @@ qt5_regenerate_global_qconfigs() {
)
for flag in ${flags[@]}; do
- cat >> "${T}"/gentoo-qconfig.h" <<- _EOF_ || die
+ cat >> "${T}"/gentoo-qconfig.h <<- _EOF_ || die
#if defined(QT_NO_${flag}) && defined(QT_${flag})
# undef QT_NO_${flag}
#elif !defined(QT_NO_${flag}) && !defined(QT_${flag})