From 83f5db2cac070fd5bb48f736829e4964f5a2e9a9 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Fri, 25 Oct 2019 22:36:03 +0200 Subject: [PATCH] dev-ruby/whole_history_rating: use ls instead of git ls-files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- .../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 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 +} -- 2.26.2