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