commit:     52088d62d0545e436fc86de216dac07438ec82f1
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Apr 25 15:52:38 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 05:52:05 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=52088d62

kde5.eclass: Fix recent change wrt split PIM 16.04.x

Gentoo-bug: 581176

Signed-off-by: Johannes Huber <johu <AT> gentoo.org>

 eclass/kde5.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index d39e1b4..71e5ad4 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -534,7 +534,7 @@ kde5_src_prepare() {
        fi
 
        # legacy (16.04) kdepim split packaging handling (drop other 
applications != {PN})
-       if [[ ${KMNAME} = "kdepim" && ${PV} = "16.04*" && $(basename "${S}") != 
${PN} ]] || \
+       if [[ ${KMNAME} = "kdepim" && ${PV} = 16.04* && $(basename "${S}") != 
${PN} ]] || \
                        [[ ${PN} = "kdepim" ]] ; then
                # make optional a lot of otherwise required dependencies in 
root CMakeLists.txt
                sed -e "/find_package(KF5/ s/ REQUIRED//" \

Reply via email to