From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B69E139694 for ; Wed, 31 May 2017 18:04:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F293E0BF9; Wed, 31 May 2017 18:04:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5CD14E0BF9 for ; Wed, 31 May 2017 18:04:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9EF7934172B for ; Wed, 31 May 2017 18:04:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 471A97463 for ; Wed, 31 May 2017 18:04:02 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1496253829.19ebddf32aeb772388f0c833722cdc64634f829a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild X-VCS-Directories: kde-plasma/plasma-sdk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 19ebddf32aeb772388f0c833722cdc64634f829a X-VCS-Branch: master Date: Wed, 31 May 2017 18:04:02 +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: a3c3c6c5-bded-4e59-ba51-e9a1bd65e252 X-Archives-Hash: 21f5fa37f8c5464d7a369ca8d367bf09 commit: 19ebddf32aeb772388f0c833722cdc64634f829a Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 31 18:03:08 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 31 18:03:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ebddf3 kde-plasma/plasma-sdk: Drop USE=plasmate This was dropped in 5.10 for being broken at runtime in 5.9 already. In case we stabilise this, there is no way to do it with plasmate enabled. Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild index 0e6e7fcda0f..49055db89c8 100644 --- a/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild +++ b/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Useful applications for Plasma development" KEYWORDS="~amd64 ~arm ~x86" -IUSE="plasmate" +IUSE="" DEPEND=" $(add_frameworks_dep karchive) @@ -34,13 +34,6 @@ DEPEND=" $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) dev-libs/kirigami:1 - plasmate? ( - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep kparts) - $(add_qt_dep qtwebkit) - dev-util/kdevplatform:5 - ) " RDEPEND="${DEPEND} !dev-util/plasmate @@ -48,9 +41,7 @@ RDEPEND="${DEPEND} src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package plasmate KDevPlatform) - $(cmake-utils_use_find_package plasmate Qt5WebKit) - $(cmake-utils_use_find_package plasmate Qt5WebKitWidgets) + -DCMAKE_DISABLE_FIND_PACKAGE_KDevPlatform=ON ) kde5_src_configure