Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:qtbase59 commit in: eclass/
Date: Sun, 06 Aug 2017 11:27:36
Message-Id: 1502018818.acb3532769811a5fe20b67f9122fdcd56f1e22ae.kensington@gentoo
1 commit: acb3532769811a5fe20b67f9122fdcd56f1e22ae
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 6 11:26:58 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 11:26:58 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=acb35327
7
8 qt5-build.eclass: more whitespace
9
10 eclass/qt5-build.eclass | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
14 index 2ddd4ec4..4136c8d3 100644
15 --- a/eclass/qt5-build.eclass
16 +++ b/eclass/qt5-build.eclass
17 @@ -794,6 +794,7 @@ qt5_regenerate_global_qconfigs() {
18
19 for flag in ${flags[@]}; do
20 cat >> "${T}"/gentoo-qconfig.h <<- _EOF_ || die
21 +
22 #if defined(QT_NO_${flag}) && defined(QT_${flag})
23 # undef QT_NO_${flag}
24 #elif !defined(QT_NO_${flag}) && !defined(QT_${flag})