commit: dcea5e74e34ac44f41624762d513cd8d5802abeb
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 8 00:01:56 2016 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Feb 8 00:01:56 2016 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=dcea5e74
qt5-build.eclass: no need to symlink qdoc
eclass/qt5-build.eclass | 1 -
1 file changed, 1 deletion(-)
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 72e60e9..9f8eabb 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -461,7 +461,6 @@ qt5_symlink_tools_to_build_dir() {
local tool= tools=()
if [[ ${PN} != qtcore ]]; then
tools+=(qmake moc rcc qlalr)
- [[ ${PN} != qdoc ]] && tools+=(qdoc)
[[ ${PN} != qtdbus ]] && tools+=(qdbuscpp2xml qdbusxml2cpp)
[[ ${PN} != qtwidgets ]] && tools+=(uic)
fi