Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 343523 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/eclass/kde4-base.eclass (-6 lines)
Lines 655-666 Link Here
655
	if [[ -n ${KMLOADLIBS} ]] ; then
655
	if [[ -n ${KMLOADLIBS} ]] ; then
656
		load_library_dependencies
656
		load_library_dependencies
657
	fi
657
	fi
658
659
	# Hack for manuals relying on outdated DTD
660
	find "${S}" -name "*.docbook" \
661
		-exec sed -i -r \
662
			-e 's:-//KDE//DTD DocBook XML V4\.1(\..)?-Based Variant V1\.[01]//EN:-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN:g' {} + \
663
		|| die 'failed to fix DocBook variant version'
664
}
658
}
665
659
666
# @FUNCTION: kde4-base_src_configure
660
# @FUNCTION: kde4-base_src_configure

Return to bug 343523