commit:     c5c9370d796d51b5f3bc59bf091846e5c8e3a427
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: Tue Mar  6 05:38:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c9370d

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 2782889a3d9..b381c28495c 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -843,7 +843,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

Reply via email to