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 36291138359 for ; Mon, 20 Jul 2020 21:34:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49DE1E08BF; Mon, 20 Jul 2020 21:34:27 +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 2CAFEE08BF for ; Mon, 20 Jul 2020 21:34:27 +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 9E98434F3A8 for ; Mon, 20 Jul 2020 21:34:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 576352E5 for ; Mon, 20 Jul 2020 21:34:24 +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: <1595280824.585382eaa9567549c26243d45eb3a11a636af003.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/ktorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild X-VCS-Directories: net-p2p/ktorrent/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 585382eaa9567549c26243d45eb3a11a636af003 X-VCS-Branch: master Date: Mon, 20 Jul 2020 21:34:24 +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: 85e0f693-d2df-42ca-b543-e1aab1153626 X-Archives-Hash: 38f2998bb0d066b4f0aec0bce0db57df commit: 585382eaa9567549c26243d45eb3a11a636af003 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 20 20:29:58 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 20 21:33:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585382ea net-p2p/ktorrent: Punt bogus Qt5Script dependency Reported-by: Marco Genasci gmail.com> Closes: https://bugs.gentoo.org/733360 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild b/net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild index d87128bbdb6..196bc3c2fee 100644 --- a/net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild +++ b/net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild @@ -81,6 +81,11 @@ PATCHES=( "${FILESDIR}/${P}-taglib-linking.patch" # 5.2 branch ) +src_prepare() { + ecm_src_prepare + ecm_punt_bogus_dep Qt Script +} + src_configure() { local mycmakeargs=( -DENABLE_BWSCHEDULER_PLUGIN=$(usex bwscheduler)