summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-12-03 16:32:17 +0100
committerHans de Graaff <graaff@gentoo.org>2019-12-03 16:36:02 +0100
commit84daf89982888435863c5a71eb45abdde330408c (patch)
treeb964ce752fb49e18732bcc5b5817cb59f4b944a9 /dev-ruby/actionmailbox
parentdev-ruby/actiontext: avoid dep on rack-cache (diff)
downloadgentoo-84daf89982888435863c5a71eb45abdde330408c.tar.gz
gentoo-84daf89982888435863c5a71eb45abdde330408c.tar.bz2
gentoo-84daf89982888435863c5a71eb45abdde330408c.zip
dev-ruby/actionmailbox: avoid dep on capybara
Closes: https://bugs.gentoo.org/693722 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/actionmailbox')
-rw-r--r--dev-ruby/actionmailbox/actionmailbox-6.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/actionmailbox/actionmailbox-6.0.1.ebuild b/dev-ruby/actionmailbox/actionmailbox-6.0.1.ebuild
index 5570f0be5ace..fc75637107a5 100644
--- a/dev-ruby/actionmailbox/actionmailbox-6.0.1.ebuild
+++ b/dev-ruby/actionmailbox/actionmailbox-6.0.1.ebuild
@@ -41,7 +41,7 @@ ruby_add_bdepend "test? (
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\)/ 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\)/ s:^:#:" \
-e '/:job/,/end/ s:^:#:' \
-e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
rm ../Gemfile.lock || die