From 9e48c3619910d231e6e9eb828ecea3b23a920db7 Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Sun, 11 Dec 2016 09:51:48 +0100 Subject: kde-frameworks/frameworkintegration: Punt bogus DBus Only needed for packagekit integration. Which is not ready due to not packaged AppStreamQt. Upstream commit 04389b36653b2d0df8a3ac2fc62bafa1aaaab86e Thanks-to: Arfrever Package-Manager: portage-2.3.3 --- .../frameworkintegration/frameworkintegration-5.29.0.ebuild | 5 +++++ kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'kde-frameworks') diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.29.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.29.0.ebuild index 13ff4e4acd8..fa01c89de8b 100644 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.29.0.ebuild +++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.29.0.ebuild @@ -31,6 +31,11 @@ DEPEND="${RDEPEND}" # requires running kde environment RESTRICT+=" test" +src_prepare() { + punt_bogus_dep Qt5 DBus + kde5_src_prepare +} + src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package X XCB) diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild index a06d98a8959..3c75b532710 100644 --- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild +++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild @@ -31,6 +31,11 @@ DEPEND="${RDEPEND}" # requires running kde environment RESTRICT+=" test" +src_prepare() { + punt_bogus_dep Qt5 DBus + kde5_src_prepare +} + src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package X XCB) -- cgit v1.2.3