Gentoo Archives: gentoo-commits

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