commit:     585382eaa9567549c26243d45eb3a11a636af003
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 20:29:58 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <fedeliallalinea <AT> gmail.com>
Closes: https://bugs.gentoo.org/733360
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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)

Reply via email to