diff options
author | 2020-07-21 10:37:35 +0200 | |
---|---|---|
committer | 2020-07-21 10:37:47 +0200 | |
commit | 107410295ef9577c1f35b225b6187395c0c3e69b (patch) | |
tree | 36011deb438003cf8e7c10373b4e63228adedbf0 /dev-ruby/actionmailbox | |
parent | sys-libs/libseccomp: Removed old (diff) | |
download | gentoo-107410295ef9577c1f35b225b6187395c0c3e69b.tar.gz gentoo-107410295ef9577c1f35b225b6187395c0c3e69b.tar.bz2 gentoo-107410295ef9577c1f35b225b6187395c0c3e69b.zip |
dev-ruby/actionmailbox: fix test dependencies
Closes: https://bugs.gentoo.org/723676
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/actionmailbox')
-rw-r--r-- | dev-ruby/actionmailbox/actionmailbox-6.0.3.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ruby/actionmailbox/actionmailbox-6.0.3.2.ebuild b/dev-ruby/actionmailbox/actionmailbox-6.0.3.2.ebuild index bbdab69175ce..fda0608d401c 100644 --- a/dev-ruby/actionmailbox/actionmailbox-6.0.3.2.ebuild +++ b/dev-ruby/actionmailbox/actionmailbox-6.0.3.2.ebuild @@ -35,13 +35,14 @@ ruby_add_rdepend " " ruby_add_bdepend "test? ( + dev-ruby/bundler dev-ruby/mocha )" all_ruby_prepare() { # Remove items from the common Gemfile that we don't need for this # test run. This also requires handling some gemspecs. - sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|capybara\)/ s:^:#:" \ + sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|capybara\|webpacker\|bootsnap\)/ s:^:#:" \ -e '/:job/,/end/ s:^:#:' \ -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die rm ../Gemfile.lock || die |