Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 22 Feb 2018 19:16:17
Message-Id: 1519326945.e934cae4d291f0c1d084ab12bbccd0eadb6f0341.asturm@gentoo
1 commit: e934cae4d291f0c1d084ab12bbccd0eadb6f0341
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 14 22:46:27 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 19:15:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e934cae4
7
8 qt5-build.eclass: Set qtchooser default.conf link to qt5.conf
9
10 Bug: https://bugs.gentoo.org/564622
11
12 eclass/qt5-build.eclass | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
16 index 1a20b3dace6..b664edb611b 100644
17 --- a/eclass/qt5-build.eclass
18 +++ b/eclass/qt5-build.eclass
19 @@ -325,6 +325,8 @@ qt5-build_src_install() {
20 # convenience symlinks
21 dosym qt5-"${CHOST}".conf /etc/xdg/qtchooser/5.conf
22 dosym qt5-"${CHOST}".conf /etc/xdg/qtchooser/qt5.conf
23 + # TODO bug 522646: write an eselect module to manage default.conf
24 + dosym qt5.conf /etc/xdg/qtchooser/default.conf
25 fi
26
27 qt5_install_module_config