summaryrefslogtreecommitdiff
path: root/app-cdr
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-12-29 17:57:36 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-12-29 19:44:23 +0100
commit5c3bb65fb83990520ffa28a70c5ed4a3a86c59ee (patch)
tree51f115deb47f958e7856afc9104c619a51010e73 /app-cdr
parente0a189e78f91be44070df8f2bf442d14bbe26283 (diff)
downloadkde-5c3bb65fb83990520ffa28a70c5ed4a3a86c59ee.tar.gz
kde-5c3bb65fb83990520ffa28a70c5ed4a3a86c59ee.tar.bz2
kde-5c3bb65fb83990520ffa28a70c5ed4a3a86c59ee.zip
*/*: Replace 'ecm_punt_bogus_dep KF5' with ecm_punt_kf_module
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.49.9999.ebuild2
-rw-r--r--app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.49.9999.ebuild b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.49.9999.ebuild
index 23b6285e06a..c3da1ac5096 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.49.9999.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.49.9999.ebuild
@@ -40,7 +40,7 @@ src_prepare() {
ecm_src_prepare
# kxmlgui, qtnetwork only required by dropbox
ecm_punt_qt_module Network
- ecm_punt_bogus_dep KF5 XmlGui
+ ecm_punt_kf_module XmlGui
# delete non-${PN} translations
if [[ ${KDE_BUILD_TYPE} = release ]]; then
find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die
diff --git a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-9999.ebuild b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-9999.ebuild
index 23b6285e06a..c3da1ac5096 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-9999.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-9999.ebuild
@@ -40,7 +40,7 @@ src_prepare() {
ecm_src_prepare
# kxmlgui, qtnetwork only required by dropbox
ecm_punt_qt_module Network
- ecm_punt_bogus_dep KF5 XmlGui
+ ecm_punt_kf_module XmlGui
# delete non-${PN} translations
if [[ ${KDE_BUILD_TYPE} = release ]]; then
find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die