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

(-)ruby-sdl-0.9.1.ebuild (-1 / +1 lines)
Lines 31-36 Link Here
31
	ruby extconf.rb || die "extconf.rb failed"
31
	ruby extconf.rb || die "extconf.rb failed"
32
	emake || die "emake failed"
32
	emake || die "emake failed"
33
}
33
}
34
34
src_install () {
35
src_install () {
35
	einstall || die "einstall failed"
36
	einstall || die "einstall failed"
36
37
Lines 59-62 Link Here
59
		echo ""
60
		echo ""
60
	fi
61
	fi
61
}
62
}
62

Return to bug 96707