commit: 1ede604f077debb1069a45d987e0a0a4f72a5826
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Fri Oct 9 21:13:17 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 11:07:43 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ede604f
kde-apps/ktp-l10n: Add missing KF5DocTools handling to fix bug 562542
Package-Manager: portage-2.2.23
kde-apps/ktp-l10n/ktp-l10n-15.08.1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kde-apps/ktp-l10n/ktp-l10n-15.08.1.ebuild
b/kde-apps/ktp-l10n/ktp-l10n-15.08.1.ebuild
index 56ff757..318810e 100644
--- a/kde-apps/ktp-l10n/ktp-l10n-15.08.1.ebuild
+++ b/kde-apps/ktp-l10n/ktp-l10n-15.08.1.ebuild
@@ -80,6 +80,8 @@ src_prepare() {
# We only want messages
sed -e '/messages/!s/^add_subdirectory/# DONT/'\
-i "${SDIR}"/CMakeLists.txt || die
+ sed -e '/KF5DocTools/ s/^/#/'\
+ -i "${SDIR}"/CMakeLists.txt || die
# Remove everything except kdenetwork
if [[ -d "${SDIR}/messages" ]] ; then