Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/
Date: Wed, 31 May 2017 18:04:05
Message-Id: 1496253829.19ebddf32aeb772388f0c833722cdc64634f829a.asturm@gentoo
1 commit: 19ebddf32aeb772388f0c833722cdc64634f829a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 31 18:03:08 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 31 18:03:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ebddf3
7
8 kde-plasma/plasma-sdk: Drop USE=plasmate
9
10 This was dropped in 5.10 for being broken at runtime in 5.9 already.
11 In case we stabilise this, there is no way to do it with plasmate enabled.
12
13 Package-Manager: Portage-2.3.5, Repoman-2.3.1
14
15 kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild | 13 ++-----------
16 1 file changed, 2 insertions(+), 11 deletions(-)
17
18 diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild
19 index 0e6e7fcda0f..49055db89c8 100644
20 --- a/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild
21 +++ b/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild
22 @@ -9,7 +9,7 @@ inherit kde5
23
24 DESCRIPTION="Useful applications for Plasma development"
25 KEYWORDS="~amd64 ~arm ~x86"
26 -IUSE="plasmate"
27 +IUSE=""
28
29 DEPEND="
30 $(add_frameworks_dep karchive)
31 @@ -34,13 +34,6 @@ DEPEND="
32 $(add_qt_dep qtwidgets)
33 $(add_qt_dep qtxml)
34 dev-libs/kirigami:1
35 - plasmate? (
36 - $(add_frameworks_dep kdelibs4support)
37 - $(add_frameworks_dep knewstuff)
38 - $(add_frameworks_dep kparts)
39 - $(add_qt_dep qtwebkit)
40 - dev-util/kdevplatform:5
41 - )
42 "
43 RDEPEND="${DEPEND}
44 !dev-util/plasmate
45 @@ -48,9 +41,7 @@ RDEPEND="${DEPEND}
46
47 src_configure() {
48 local mycmakeargs=(
49 - $(cmake-utils_use_find_package plasmate KDevPlatform)
50 - $(cmake-utils_use_find_package plasmate Qt5WebKit)
51 - $(cmake-utils_use_find_package plasmate Qt5WebKitWidgets)
52 + -DCMAKE_DISABLE_FIND_PACKAGE_KDevPlatform=ON
53 )
54
55 kde5_src_configure