commit: b3191dd5dcc7b811a4c721160588f7e67ace4ed5
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 12:06:10 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 12:07:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3191dd5
net-p2p/ktorrent: Punt bogus dep on kde-frameworks/kross
Not needed to compile. Scripting feature is not ported yet.
Gentoo-bug: 580282
Package-Manager: portage-2.2.28
net-p2p/ktorrent/ktorrent-5.0.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/net-p2p/ktorrent/ktorrent-5.0.ebuild
b/net-p2p/ktorrent/ktorrent-5.0.ebuild
index 6acdc9d..e1a9434 100644
--- a/net-p2p/ktorrent/ktorrent-5.0.ebuild
+++ b/net-p2p/ktorrent/ktorrent-5.0.ebuild
@@ -98,6 +98,12 @@ RDEPEND="${COMMON_DEPEND}
# kde5_src_prepare
# }
+src_prepare() {
+ kde5_src_prepare
+
+ punt_bogus_dep Kross
+}
+
src_configure() {
local mycmakeargs=(
-DENABLE_BWSCHEDULER_PLUGIN=$(usex bwscheduler)