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

(-)a/app-text/ronn-ng/ronn-ng-0.9.1-r2.ebuild (-2 / +3 lines)
Lines 39-49 all_ruby_prepare() { Link Here
39
each_ruby_prepare() {
39
each_ruby_prepare() {
40
       # Make sure that we always use the right interpreter during tests.
40
       # Make sure that we always use the right interpreter during tests.
41
       sed -i -e "/output/ s:ronn:${RUBY} bin/ronn:" test/test_ronn.rb || die
41
       sed -i -e "/output/ s:ronn:${RUBY} bin/ronn:" test/test_ronn.rb || die
42
       sed -i -e "/sh 'ronn/s:ronn:${RUBY} bin/ronn:" Rakefile || die
42
       sed -i -e "1igem 'psych', '~> 3.0'" Rakefile || die
43
       sed -i -e "1igem 'psych', '~> 3.0'" Rakefile || die
43
}
44
}
44
45
45
all_ruby_compile() {
46
each_ruby_compile() {
46
       PATH="${S}/bin:${PATH}" rake man || die
47
       PATH="${S}/bin:${PATH}" ${RUBY} -S rake man || die
47
}
48
}
48
49
49
all_ruby_install() {
50
all_ruby_install() {

Return to bug 835156