commit: 9e48c3619910d231e6e9eb828ecea3b23a920db7
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 11 08:51:48 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 08:51:48 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9e48c361
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(+)
diff --git
a/kde-frameworks/frameworkintegration/frameworkintegration-5.29.0.ebuild
b/kde-frameworks/frameworkintegration/frameworkintegration-5.29.0.ebuild
index 13ff4e4..fa01c89 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 a06d98a..3c75b53 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)