summaryrefslogtreecommitdiff
path: root/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
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 /kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
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 'kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild')
-rw-r--r--kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
index be45fcb408e..8fe07fdb406 100644
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
@@ -38,10 +38,10 @@ src_prepare() {
ecm_src_prepare
# solid, qtdbus only required by mountiso
ecm_punt_qt_module DBus
- ecm_punt_bogus_dep KF5 Solid
+ ecm_punt_kf_module Solid
# 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