https://bugs.kde.org/show_bug.cgi?id=478765

Marian Kyral <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Marian Kyral <[email protected]> ---
This is an issue in Gentoo ebuild, when it removes unused modules:

src_prepare() {
        ecm_src_prepare
        # solid, qtdbus only required by mountiso
        ecm_punt_qt_module DBus
        ecm_punt_kf_module Solid
        # kxmlgui, qtnetwork only required by dropbox
        ecm_punt_qt_module Network
        ecm_punt_kf_module XmlGui
        # delete non-${PN} translations
        find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin"
-delete || die
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to