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

(-)fxruby-1.2.4.ebuild- (+10 lines)
Added Link Here
1
--- ext/fox12/extconf.rb-	2005-03-28 19:03:09.000000000 +0000
Added Link Here
20
USE_RUBY="ruby16 ruby18 ruby19"
20
USE_RUBY="ruby16 ruby18 ruby19"
21
S=${WORKDIR}/${MY_P}
21
S=${WORKDIR}/${MY_P}
22
22
23
src_unpack() {
24
	ebegin "Unpack ${PV} source"
25
	unpack ${P}.tar.gz
26
	eend 0
27
	einfo "Avoid all -O0 builds"
28
	cd ${S}
29
	epatch ${FILESDIR}/${P}-no-O0.patch
30
}
31
23
src_compile() {
32
src_compile() {
24
	ruby install.rb config --prefix=/usr || die
33
	ruby install.rb config --prefix=/usr || die
25
	ruby install.rb setup || die
34
	ruby install.rb setup || die

Return to bug 87016