commit: 1ba2822d5b9f7608bbd0892a3518ed94d19210d7
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 8 00:00:37 2016 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Feb 8 00:00:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba2822d
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 b494e0d..008685d 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