From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 182D759CB4 for ; Tue, 19 Apr 2016 12:13:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDDB221C104; Tue, 19 Apr 2016 12:13:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7817521C104 for ; Tue, 19 Apr 2016 12:13:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 367CD3407D0 for ; Tue, 19 Apr 2016 12:13:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E18EA15F for ; Tue, 19 Apr 2016 12:13:46 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1461067666.6af39ac03c9868c3a0f1d8b15d95d1af19f2dd98.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/ X-VCS-Repository: proj/kde X-VCS-Files: net-p2p/ktorrent/ktorrent-9999.ebuild X-VCS-Directories: net-p2p/ktorrent/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 6af39ac03c9868c3a0f1d8b15d95d1af19f2dd98 X-VCS-Branch: master Date: Tue, 19 Apr 2016 12:13:46 +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-Archives-Salt: 55cd04b9-22e4-4ea6-b4da-0f1b51bd0164 X-Archives-Hash: 998f3c42208010dfb95f54db357d52b1 commit: 6af39ac03c9868c3a0f1d8b15d95d1af19f2dd98 Author: Johannes Huber gentoo org> AuthorDate: Tue Apr 19 12:07:46 2016 +0000 Commit: Johannes Huber gentoo 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)