summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-20 22:29:58 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-20 23:33:44 +0200
commit585382eaa9567549c26243d45eb3a11a636af003 (patch)
tree0ef6dd2be16563a2b5634139cb028a2d7721d273 /net-p2p
parentnet-libs/libktorrent: Drop 2.1.1 (diff)
downloadgentoo-585382eaa9567549c26243d45eb3a11a636af003.tar.gz
gentoo-585382eaa9567549c26243d45eb3a11a636af003.tar.bz2
gentoo-585382eaa9567549c26243d45eb3a11a636af003.zip
net-p2p/ktorrent: Punt bogus Qt5Script dependency
Reported-by: Marco Genasci <fedeliallalinea@gmail.com> Closes: https://bugs.gentoo.org/733360 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild b/net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild
index d87128bbdb69..196bc3c2fee4 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)