commit: 6af39ac03c9868c3a0f1d8b15d95d1af19f2dd98
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 12:07:46 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 12:07:46 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6af39ac0
net-p2p/ktorrent: Sync with tree
Package-Manager: portage-2.2.28
net-p2p/ktorrent/ktorrent-9999.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/net-p2p/ktorrent/ktorrent-9999.ebuild
b/net-p2p/ktorrent/ktorrent-9999.ebuild
index 808e604..e1a9434 100644
--- a/net-p2p/ktorrent/ktorrent-9999.ebuild
+++ b/net-p2p/ktorrent/ktorrent-9999.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} != 9999* ]]; then
SRC_URI="mirror://kde/stable/${PN}/${MY_PV}/${MY_P}.tar.xz"
S="${WORKDIR}"/"${MY_P}"
- KEYWORDS="~amd64 ~ppc ~x86"
+ KEYWORDS="~amd64 ~x86"
else
LIBKT_VERSION_MIN="${PV}"
LIBKT_VERSION_MAX="99999999"
@@ -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)