summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.29.0.ebuild5
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild5
2 files changed, 10 insertions, 0 deletions
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)