commit: acb3532769811a5fe20b67f9122fdcd56f1e22ae
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 6 11:26:58 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Aug 6 11:26:58 2017 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=acb35327
qt5-build.eclass: more whitespace
eclass/qt5-build.eclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 2ddd4ec4..4136c8d3 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -794,6 +794,7 @@ qt5_regenerate_global_qconfigs() {
for flag in ${flags[@]}; do
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})