Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 312759
Collapse All | Expand All

(-)kde-l10n-4.4.2.ebuild (+9 lines)
Lines 61-66 Link Here
61
	fi
61
	fi
62
}
62
}
63
63
64
src_prepare() {
65
	# "Desctructive" solving of bug #312759
66
	if use linguas_sv; then
67
		sed -i -e '/add_subdirectory( kturtle )/d' \
68
			"${S}"/${PN}-sv-${PV}/docs/kdeedu/CMakeLists.txt || \
69
			die "sed failed"
70
	fi
71
}
72
64
src_configure() {
73
src_configure() {
65
	mycmakeargs="${mycmakeargs}
74
	mycmakeargs="${mycmakeargs}
66
		$(cmake-utils_use_build handbook docs)"
75
		$(cmake-utils_use_build handbook docs)"

Return to bug 312759