From: Alessandro Barbieri Date: Fri, 25 Oct 2019 20:36:03 +0000 (+0200) Subject: dev-ruby/whole_history_rating: use ls instead of git ls-files X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=83f5db2cac070fd5bb48f736829e4964f5a2e9a9;p=gentoo.git dev-ruby/whole_history_rating: use ls instead of git ls-files Closes: https://bugs.gentoo.org/698532 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Alessandro Barbieri Closes: https://github.com/gentoo/gentoo/pull/13438 Signed-off-by: Michał Górny --- diff --git a/dev-ruby/whole_history_rating/whole_history_rating-0.1.2.ebuild b/dev-ruby/whole_history_rating/whole_history_rating-0.1.2.ebuild index 709e0ffdac87..a9746bb09ab3 100644 --- a/dev-ruby/whole_history_rating/whole_history_rating-0.1.2.ebuild +++ b/dev-ruby/whole_history_rating/whole_history_rating-0.1.2.ebuild @@ -24,3 +24,8 @@ ruby_add_bdepend " dev-ruby/test-unit:2 ) " + +all_ruby_prepare (){ + sed -i 's/git ls-files/ls -1/g' "${RUBY_FAKEGEM_GEMSPEC}" || die + default +}