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

Collapse All | Expand All

(-)slib-3.1.5.ebuild.old (+10 lines)
Lines 50-55 Link Here
50
	emake || die "make failed"
50
	emake || die "make failed"
51
}
51
}
52
52
53
#We can't run test without scm and we can't make slib depends on scm because scm
54
#depends on slib.
55
src_test(){
56
	if has_version dev-scheme/scm;
57
	then 
58
	make test || die "Make test failed. See above for details."
59
	else true
60
	fi;
61
}
62
53
src_install() {
63
src_install() {
54
	emake infoz || die "infoz failed"
64
	emake infoz || die "infoz failed"
55
	emake install || die "install failed"
65
	emake install || die "install failed"

Return to bug 206695