From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 46AD158973 for ; Mon, 8 Feb 2016 00:02:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEB2921C05A; Mon, 8 Feb 2016 00:02:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6EC4921C05A for ; Mon, 8 Feb 2016 00:02:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9667F340894 for ; Mon, 8 Feb 2016 00:02:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 796EC8F5 for ; Mon, 8 Feb 2016 00:02:30 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1454889716.dcea5e74e34ac44f41624762d513cd8d5802abeb.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: dcea5e74e34ac44f41624762d513cd8d5802abeb X-VCS-Branch: master Date: Mon, 8 Feb 2016 00:02:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 51721c85-a9bf-43e6-9bef-35a2e9e917af X-Archives-Hash: 91ff003d7c57be99bae8631093e88b5a commit: dcea5e74e34ac44f41624762d513cd8d5802abeb Author: Davide Pesavento gentoo org> AuthorDate: Mon Feb 8 00:01:56 2016 +0000 Commit: Davide Pesavento gentoo 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