Skip to content

Commit

Permalink
dev-ruby/slim: avoid dependency on git, bug 610026
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.3
  • Loading branch information
graaff committed Feb 20, 2017
1 parent 9386a1c commit 1a0825e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-ruby/slim/slim-3.0.7-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ all_ruby_prepare() {

# Relax temple version check (already fixed upstream)
sed -i -e 's/0.7.6/0.7/' ${RUBY_FAKEGEM_GEMSPEC} || die

sed -i -e '/s\.files/ s/git ls-files/find . -type f -print/' \
-e '/s\.executables/ s:git ls-files -- bin/\*:find bin -type f -print:' ${RUBY_FAKEGEM_GEMSPEC} || die
}

each_ruby_prepare() {
Expand Down

0 comments on commit 1a0825e

Please sign in to comment.