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

(-)a/usr/portage/eclass/kde5-functions.eclass (-1 / +3 lines)
Lines 351-357 Link Here
351
	local first=$(head -n 1 "${T}/bogus${dep}" | cut -d ":" -f 1)
351
	local first=$(head -n 1 "${T}/bogus${dep}" | cut -d ":" -f 1)
352
	local last=$(( ${length} + ${first} - 1))
352
	local last=$(( ${length} + ${first} - 1))
353
353
354
	sed -e "${first},${last}s/${dep}//" -i CMakeLists.txt || die
354
	if [[ ${length} -gt 0 ]] ; then
355
		sed -e "${first},${last}s/${dep}//" -i CMakeLists.txt || die
356
	fi
355
357
356
	if [[ ${length} = 1 ]] ; then
358
	if [[ ${length} = 1 ]] ; then
357
		sed -e "/find_package\s*(\s*${prefix}\(\s\+\(REQUIRED\|CONFIG\|COMPONENTS\|\${[A-Z0-9_]*}\)\)\+\s*)/Is/^/# removed by kde5-functions.eclass - /" -i CMakeLists.txt || die
359
		sed -e "/find_package\s*(\s*${prefix}\(\s\+\(REQUIRED\|CONFIG\|COMPONENTS\|\${[A-Z0-9_]*}\)\)\+\s*)/Is/^/# removed by kde5-functions.eclass - /" -i CMakeLists.txt || die

Return to bug 648594