Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: eclass/
Date: Sat, 10 Feb 2018 00:00:58
Message-Id: 1518220813.11c7453a9a179803362ba0318304798258ee12e5.pesa@gentoo
1 commit: 11c7453a9a179803362ba0318304798258ee12e5
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 10 00:00:13 2018 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 10 00:00:13 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=11c7453a
7
8 qt5-build.eclass: fix comment
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 dde08fdb..69566c42 100644
15 --- a/eclass/qt5-build.eclass
16 +++ b/eclass/qt5-build.eclass
17 @@ -841,7 +841,7 @@ qt5_install_module_config() {
18 )
19 fi
20
21 - # install also the original qconfig.pri
22 + # install the original {qconfig,qmodule}.pri from qtcore
23 [[ ${PN} == qtcore && ${QT5_MINOR_VERSION} -ge 9 ]] && (
24 insinto "${QT5_ARCHDATADIR#${EPREFIX}}"/mkspecs/gentoo
25 newins "${D}${QT5_ARCHDATADIR}"/mkspecs/qconfig.pri qconfig-qtcore.pri