commit: 83f5db2cac070fd5bb48f736829e4964f5a2e9a9 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Fri Oct 25 20:36:03 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Oct 27 09:12:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83f5db2c
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 <lssndrbarbieri <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13438 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-ruby/whole_history_rating/whole_history_rating-0.1.2.ebuild | 5 +++++ 1 file changed, 5 insertions(+) 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 709e0ffdac8..a9746bb09ab 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 +}