From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98843138350 for ; Thu, 9 Apr 2020 19:45:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB4C2E08D4; Thu, 9 Apr 2020 19:45:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AEC98E08D4 for ; Thu, 9 Apr 2020 19:45:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D58834EF11 for ; Thu, 9 Apr 2020 19:45:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 422321C0 for ; Thu, 9 Apr 2020 19:45:49 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1586457212.cc96b86ca21b3b08a503e0394f50ea658597b5be.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qdoc/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qdoc/qdoc-5.14.9999.ebuild X-VCS-Directories: dev-qt/qdoc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cc96b86ca21b3b08a503e0394f50ea658597b5be X-VCS-Branch: master Date: Thu, 9 Apr 2020 19:45:49 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d7d2c61c-146c-4d30-ab2f-5c2722088055 X-Archives-Hash: 062e544cc0e77319a256af4e39072c8d commit: cc96b86ca21b3b08a503e0394f50ea658597b5be Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 8 15:57:13 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 9 18:33:32 2020 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=cc96b86c dev-qt/qdoc: Fix out-of-source build Thanks-to: Jimi Huotari gentoo.org> Bug: https://bugs.gentoo.org/676948 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qdoc/qdoc-5.14.9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-qt/qdoc/qdoc-5.14.9999.ebuild b/dev-qt/qdoc/qdoc-5.14.9999.ebuild index 0d486e0a..dddcd583 100644 --- a/dev-qt/qdoc/qdoc-5.14.9999.ebuild +++ b/dev-qt/qdoc/qdoc-5.14.9999.ebuild @@ -36,5 +36,6 @@ src_configure() { # run in the root directory. bug 676948; same fix as bug 633776 mkdir -p "${QT5_BUILD_DIR}"/src/qdoc || die qt5_qmake "${QT5_BUILD_DIR}" + cp src/qdoc/qtqdoc-config.pri "${QT5_BUILD_DIR}"/src/qdoc || die qt5-build_src_configure }