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

Collapse All | Expand All

(-)krita-1.6.3.ebuild.org (+4 lines)
Lines 60-65 Link Here
60
	# FIXME - disable broken tests for now
60
	# FIXME - disable broken tests for now
61
	sed -i -e "s:TESTSDIR =.*:TESTSDIR=:" ${S}/krita/core/Makefile.am \
61
	sed -i -e "s:TESTSDIR =.*:TESTSDIR=:" ${S}/krita/core/Makefile.am \
62
		`ls ${S}/krita/colorspaces/*/Makefile.am`
62
		`ls ${S}/krita/colorspaces/*/Makefile.am`
63
64
	einfo "Fixing Desktop Entries..."
65
	sed -i -e "/^R/{ /[^Y]$/{ s/$/Y/g; } }" ${S}/krita/krita.desktop || die \
66
	"Sed Failed!"
63
}
67
}
64
68
65
src_compile() {
69
src_compile() {

Return to bug 190006