aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-12-29 17:54:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-12-29 19:44:22 +0100
commite0a189e78f91be44070df8f2bf442d14bbe26283 (patch)
tree122831ff1ef9de27e9caf9ecde7b674183b76933 /app-office/calligra
parentecm.eclass: Use new ecm_punt_kf_module/ecm_punt_qt_module internally (diff)
downloadkde-e0a189e78f91be44070df8f2bf442d14bbe26283.tar.gz
kde-e0a189e78f91be44070df8f2bf442d14bbe26283.tar.bz2
kde-e0a189e78f91be44070df8f2bf442d14bbe26283.zip
*/*: Replace 'ecm_punt_bogus_dep Qt5' with ecm_punt_qt_module
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/calligra')
-rw-r--r--app-office/calligra/calligra-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild
index aea9b71186..977ad16b2a 100644
--- a/app-office/calligra/calligra-9999.ebuild
+++ b/app-office/calligra/calligra-9999.ebuild
@@ -129,8 +129,8 @@ src_prepare() {
ecm_src_prepare
# Unconditionally disable deprecated deps (required by QtQuick1)
- ecm_punt_bogus_dep Qt5 Declarative
- ecm_punt_bogus_dep Qt5 OpenGL
+ ecm_punt_qt_module Declarative
+ ecm_punt_qt_module OpenGL
}
src_configure() {