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:20:14
Message-Id: 1502018399.a07e8719136e55981f3e9574c6253e31ab329254.kensington@gentoo
1 commit: a07e8719136e55981f3e9574c6253e31ab329254
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 6 11:19:59 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 11:19:59 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=a07e8719
7
8 qt5-build.eclass: remove stray quote
9
10 eclass/qt5-build.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
14 index bc67db7e..8c62c65e 100644
15 --- a/eclass/qt5-build.eclass
16 +++ b/eclass/qt5-build.eclass
17 @@ -793,7 +793,7 @@ qt5_regenerate_global_qconfigs() {
18 )
19
20 for flag in ${flags[@]}; do
21 - cat >> "${T}"/gentoo-qconfig.h" <<- _EOF_ || die
22 + cat >> "${T}"/gentoo-qconfig.h <<- _EOF_ || die
23 #if defined(QT_NO_${flag}) && defined(QT_${flag})
24 # undef QT_NO_${flag}
25 #elif !defined(QT_NO_${flag}) && !defined(QT_${flag})