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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 054BF158009 for ; Thu, 22 Jun 2023 15:53:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50872E0864; Thu, 22 Jun 2023 15:53:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC7E5E0864 for ; Thu, 22 Jun 2023 15:53:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04512335D9E for ; Thu, 22 Jun 2023 15:53:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6005EA66 for ; Thu, 22 Jun 2023 15:53:47 +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: <1687449217.68bb06f41bab31209c8a04cd249e58eef937aac8.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.15.10.9999.ebuild X-VCS-Directories: dev-qt/qdoc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 68bb06f41bab31209c8a04cd249e58eef937aac8 X-VCS-Branch: master Date: Thu, 22 Jun 2023 15:53:47 +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: 3420f416-ff03-4321-ad1e-33a3e760886d X-Archives-Hash: ee4f0aafe9594c727a4a606b28461f85 commit: 68bb06f41bab31209c8a04cd249e58eef937aac8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 18 16:07:31 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 22 15:53:37 2023 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=68bb06f4 dev-qt/qdoc: Drop src_configure() quirk, fixes InternalEclassUsage Moved into qt5-build.eclass. Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qdoc/qdoc-5.15.10.9999.ebuild | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dev-qt/qdoc/qdoc-5.15.10.9999.ebuild b/dev-qt/qdoc/qdoc-5.15.10.9999.ebuild index e3b27024..7358ed9e 100644 --- a/dev-qt/qdoc/qdoc-5.15.10.9999.ebuild +++ b/dev-qt/qdoc/qdoc-5.15.10.9999.ebuild @@ -32,12 +32,3 @@ src_prepare() { qt5-build_src_prepare } - -src_configure() { - # qt5_tools_configure() not enough here, needs another fix, bug 676948 - 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 -}