commit: e934cae4d291f0c1d084ab12bbccd0eadb6f0341 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Feb 14 22:46:27 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Feb 22 19:15:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e934cae4
qt5-build.eclass: Set qtchooser default.conf link to qt5.conf Bug: https://bugs.gentoo.org/564622 eclass/qt5-build.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 1a20b3dace6..b664edb611b 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -325,6 +325,8 @@ qt5-build_src_install() { # convenience symlinks dosym qt5-"${CHOST}".conf /etc/xdg/qtchooser/5.conf dosym qt5-"${CHOST}".conf /etc/xdg/qtchooser/qt5.conf + # TODO bug 522646: write an eselect module to manage default.conf + dosym qt5.conf /etc/xdg/qtchooser/default.conf fi qt5_install_module_config
