diff options
author | Davide Pesavento <pesa@gentoo.org> | 2018-02-10 01:00:13 +0100 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2018-03-06 06:38:35 +0100 |
commit | c5c9370d796d51b5f3bc59bf091846e5c8e3a427 (patch) | |
tree | a9e42a1770c69f9d8df37d8e370fec959d70d7a3 /eclass | |
parent | qt5-build.eclass: also call default_src_unpack for live ebuilds (diff) | |
download | gentoo-c5c9370d796d51b5f3bc59bf091846e5c8e3a427.tar.gz gentoo-c5c9370d796d51b5f3bc59bf091846e5c8e3a427.tar.bz2 gentoo-c5c9370d796d51b5f3bc59bf091846e5c8e3a427.zip |
qt5-build.eclass: fix comment
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt5-build.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 2782889a3d9e..b381c28495cb 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 |