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 97CC858973 for ; Mon, 8 Feb 2016 00:01:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0549821C02D; Mon, 8 Feb 2016 00:01:32 +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 A120421C02D for ; Mon, 8 Feb 2016 00:01:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B338340949 for ; Mon, 8 Feb 2016 00:01:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A12598F5 for ; Mon, 8 Feb 2016 00:01:27 +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: <1454889637.1ba2822d5b9f7608bbd0892a3518ed94d19210d7.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 1ba2822d5b9f7608bbd0892a3518ed94d19210d7 X-VCS-Branch: master Date: Mon, 8 Feb 2016 00:01:27 +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: 2220ddff-31a6-4699-b81b-12bd439715eb X-Archives-Hash: 35dd1931e4ce192d0e63faa1a2aedee3 commit: 1ba2822d5b9f7608bbd0892a3518ed94d19210d7 Author: Davide Pesavento gentoo org> AuthorDate: Mon Feb 8 00:00:37 2016 +0000 Commit: Davide Pesavento gentoo 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