summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-04-25 17:52:38 +0200
committerJohannes Huber <johu@gentoo.org>2016-04-26 07:52:05 +0200
commit52088d62d0545e436fc86de216dac07438ec82f1 (patch)
tree0eeae773e9bb5b5d55f86d6490abb24db38516ef /eclass
parent112bba7d49bd74ac92582361ed5747e404435d94 (diff)
downloadkde-52088d62d0545e436fc86de216dac07438ec82f1.tar.gz
kde-52088d62d0545e436fc86de216dac07438ec82f1.tar.bz2
kde-52088d62d0545e436fc86de216dac07438ec82f1.zip
kde5.eclass: Fix recent change wrt split PIM 16.04.x
Gentoo-bug: 581176 Signed-off-by: Johannes Huber <johu@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde5.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index d39e1b4984d..71e5ad46241 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//" \