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:18
Message-Id: 1519326945.5bff32cf9143ec0526913e80114dc8dd500f5e07.asturm@gentoo
1 commit: 5bff32cf9143ec0526913e80114dc8dd500f5e07
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 14 22:45:09 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=5bff32cf
7
8 qt4-build-multilib.eclass: Remove qtchooser default.conf link
9
10 Bug: https://bugs.gentoo.org/564622
11
12 eclass/qt4-build-multilib.eclass | 2 --
13 1 file changed, 2 deletions(-)
14
15 diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass
16 index 4fcef72da16..869d200ff11 100644
17 --- a/eclass/qt4-build-multilib.eclass
18 +++ b/eclass/qt4-build-multilib.eclass
19 @@ -478,8 +478,6 @@ qt4_multilib_src_install() {
20 # convenience symlinks
21 dosym qt4-"${CHOST}".conf /etc/xdg/qtchooser/4.conf
22 dosym qt4-"${CHOST}".conf /etc/xdg/qtchooser/qt4.conf
23 - # TODO bug 522646: write an eselect module to manage default.conf
24 - dosym qt4.conf /etc/xdg/qtchooser/default.conf
25 fi
26 fi