Diff ruby-prof-1.6.3 with a ruby-prof-1.6.3-r1
/usr/portage/dev-ruby/ruby-prof/ruby-prof-1.6.3-r1.ebuild 2023-10-09 14:52:30.460368375 +0300 | ||
---|---|---|
38 | 38 |
# Avoid unneeded dependency on rake-compiler |
39 | 39 |
sed -i -e '/extensiontask/ s:^:#:' \ |
40 | 40 |
-e '/ExtensionTask/,/end/ s:^:#:' Rakefile || die |
41 | ||
42 |
# Don't strip library by default |
|
43 |
sed -i -e '/LDFLAGS/ s/-s//' ext/ruby_prof/extconf.rb || die |
|
41 | 44 |
} |