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

(-)a/ruby-2.3.4-r4.ebuild (+3 lines)
Lines 88-93 Link Here
88
	sed -i -e "s:\(RUBY_LIB_PREFIX=\"\${prefix}/\)lib:\1$(get_libdir):" \
88
	sed -i -e "s:\(RUBY_LIB_PREFIX=\"\${prefix}/\)lib:\1$(get_libdir):" \
89
		configure.in || die "sed failed"
89
		configure.in || die "sed failed"
90
90
91
	# Allow user patches to be applied without modifying the ebuild
92
        epatch_user
93
91
	eautoreconf
94
	eautoreconf
92
}
95
}
93
96

Return to bug 617898