diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-14 23:45:09 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-22 20:15:45 +0100 |
commit | 5bff32cf9143ec0526913e80114dc8dd500f5e07 (patch) | |
tree | 9402b071bf4b8b4c68382c1b33c0e568c45475a5 /eclass | |
parent | app-crypt/gnupg: New upstream version 2.2.5 (diff) | |
download | gentoo-5bff32cf9143ec0526913e80114dc8dd500f5e07.tar.gz gentoo-5bff32cf9143ec0526913e80114dc8dd500f5e07.tar.bz2 gentoo-5bff32cf9143ec0526913e80114dc8dd500f5e07.zip |
qt4-build-multilib.eclass: Remove qtchooser default.conf link
Bug: https://bugs.gentoo.org/564622
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt4-build-multilib.eclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index 4fcef72da16f..869d200ff11f 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 |