Skip to content

Commit

Permalink
kde-plasma/plasma-sdk: Drop USE=plasmate
Browse files Browse the repository at this point in the history
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
  • Loading branch information
a17r committed May 31, 2017
1 parent 14be863 commit 19ebddf
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inherit kde5

DESCRIPTION="Useful applications for Plasma development"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="plasmate"
IUSE=""

DEPEND="
$(add_frameworks_dep karchive)
Expand All @@ -34,23 +34,14 @@ 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
"

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
Expand Down

0 comments on commit 19ebddf

Please sign in to comment.