From c643648f6ff3fde7b1f118c0d477305a1acdfdd7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 28 Sep 2021 21:48:32 +0100 Subject: dev-ruby/rotp: drop git requirement Signed-off-by: Sam James --- dev-ruby/rotp/rotp-6.2.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dev-ruby/rotp') diff --git a/dev-ruby/rotp/rotp-6.2.0.ebuild b/dev-ruby/rotp/rotp-6.2.0.ebuild index 8b16fcb7f638..1d586425b666 100644 --- a/dev-ruby/rotp/rotp-6.2.0.ebuild +++ b/dev-ruby/rotp/rotp-6.2.0.ebuild @@ -28,4 +28,9 @@ ruby_add_bdepend " all_ruby_prepare() { # Remove simplecov sed -i -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die + # Don't require git + sed -i \ + -e 's/git ls-files/find/' \ + -e 's/{test,spec,features}/spec/' \ + ${RUBY_FAKEGEM_GEMSPEC} || die } -- cgit v1.2.3-65-gdbad