commit:     e817ae4e8a133089bc3775728bf294ed454fb536
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 21 08:07:43 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul 21 08:08:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e817ae4e

dev-ruby/activestorage: add missing test deps

Closes: https://bugs.gentoo.org/732308
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/activestorage/activestorage-6.0.3.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/activestorage/activestorage-6.0.3.2.ebuild 
b/dev-ruby/activestorage/activestorage-6.0.3.2.ebuild
index f8c4301aa2d..6181b336ee0 100644
--- a/dev-ruby/activestorage/activestorage-6.0.3.2.ebuild
+++ b/dev-ruby/activestorage/activestorage-6.0.3.2.ebuild
@@ -28,7 +28,7 @@ IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"
 
-DEPEND+=" test? ( app-text/mupdf ) "
+DEPEND+=" test? ( app-text/mupdf media-gfx/imagemagick[jpeg,png,tiff] 
media-video/ffmpeg app-text/poppler[utils] ) "
 
 ruby_add_rdepend "
        ~dev-ruby/actionpack-${PV}:*
@@ -50,7 +50,7 @@ ruby_add_bdepend "
 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\|aws-sdk-s3\|aws-sdk-sns\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|rubocop\|capybara\|rack-cache\|selenium\|json\|dalli\|listen\|connection_pool\|puma\|mysql2\|webdrivers\|webpacker\)/
 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\|aws-sdk-s3\|aws-sdk-sns\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|rubocop\|capybara\|rack-cache\|selenium\|json\|dalli\|listen\|connection_pool\|puma\|mysql2\|webdrivers\|webpacker\|rexml\|webmock\)/
 s:^:#:" \
                        -e '/dalli/ s/2.7.7/2.7.9/' \
                        -e '/:job/,/end/ s:^:#:' \
                        -e '/:test/,/^end/ s:^:#:' \

Reply via email to