diff options
author | 2021-12-29 17:54:33 +0100 | |
---|---|---|
committer | 2021-12-29 19:44:22 +0100 | |
commit | e0a189e78f91be44070df8f2bf442d14bbe26283 (patch) | |
tree | 122831ff1ef9de27e9caf9ecde7b674183b76933 /app-cdr | |
parent | ecm.eclass: Use new ecm_punt_kf_module/ecm_punt_qt_module internally (diff) | |
download | kde-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-cdr')
-rw-r--r-- | app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.12.49.9999.ebuild | 2 | ||||
-rw-r--r-- | app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-9999.ebuild | 2 |
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 00302cb7f3..23b6285e06 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 @@ -39,7 +39,7 @@ RDEPEND="${DEPEND}" src_prepare() { ecm_src_prepare # kxmlgui, qtnetwork only required by dropbox - ecm_punt_bogus_dep Qt5 Network + ecm_punt_qt_module Network ecm_punt_bogus_dep KF5 XmlGui # delete non-${PN} translations if [[ ${KDE_BUILD_TYPE} = release ]]; then 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 00302cb7f3..23b6285e06 100644 --- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-9999.ebuild +++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-9999.ebuild @@ -39,7 +39,7 @@ RDEPEND="${DEPEND}" src_prepare() { ecm_src_prepare # kxmlgui, qtnetwork only required by dropbox - ecm_punt_bogus_dep Qt5 Network + ecm_punt_qt_module Network ecm_punt_bogus_dep KF5 XmlGui # delete non-${PN} translations if [[ ${KDE_BUILD_TYPE} = release ]]; then |