diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2019-10-25 22:36:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-27 10:12:01 +0100 |
commit | 83f5db2cac070fd5bb48f736829e4964f5a2e9a9 (patch) | |
tree | 9c21ec10571228be4ea49b9a735167606a894919 /dev-ruby | |
parent | app-editors/scite: Homepage to HTTPS (diff) | |
download | gentoo-83f5db2cac070fd5bb48f736829e4964f5a2e9a9.tar.gz gentoo-83f5db2cac070fd5bb48f736829e4964f5a2e9a9.tar.bz2 gentoo-83f5db2cac070fd5bb48f736829e4964f5a2e9a9.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13438
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/whole_history_rating/whole_history_rating-0.1.2.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
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 +} |