commit: 11c7453a9a179803362ba0318304798258ee12e5
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 10 00:00:13 2018 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 00:00:13 2018 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=11c7453a
qt5-build.eclass: fix comment
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 dde08fdb..69566c42 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -841,7 +841,7 @@ qt5_install_module_config() {
)
fi
- # install also the original qconfig.pri
+ # install the original {qconfig,qmodule}.pri from qtcore
[[ ${PN} == qtcore && ${QT5_MINOR_VERSION} -ge 9 ]] && (
insinto "${QT5_ARCHDATADIR#${EPREFIX}}"/mkspecs/gentoo
newins "${D}${QT5_ARCHDATADIR}"/mkspecs/qconfig.pri
qconfig-qtcore.pri