commit: bb5339a52c9cee5767dad0b294fb2f8a08074bdb
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Feb 29 17:19:14 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Feb 29 17:19:14 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bb5339a5
kde5.eclass: Split KDE PIM: Take out xsltproc requirement
eclass/kde5.eclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index db3d440..c8d4b5e 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -570,6 +570,7 @@ kde5_src_prepare() {
# Phonon4Qt5: kdepim (kalarm, korgac)
sed -e "/set_package_properties(KF5AkonadiSearch/ s/ REQUIRED/
OPTIONAL/" \
-e "/set_package_properties(Boost/ s/ REQUIRED/
OPTIONAL/" \
+ -e "/set_package_properties(Xsltproc/ s/ REQUIRED/
OPTIONAL/" \
-e "/find_package(Gpgme/ s/ REQUIRED//" \
-e "/find_package(Grantlee5/ s/ REQUIRED//" \
-e "/find_package(MailTransportDBusService/ s/
REQUIRED//" \