diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-06-13 07:24:36 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-06-13 07:24:36 +0200 |
commit | b2b8c7316c0c98f9fcf685f0d308a699dd871f38 (patch) | |
tree | 72ccb39a04274ffe9d6ea5d6ca302bc2d457a936 /dev-ruby/activestorage | |
parent | www-apache/passenger: add 5.3.2 (diff) | |
download | gentoo-b2b8c7316c0c98f9fcf685f0d308a699dd871f38.tar.gz gentoo-b2b8c7316c0c98f9fcf685f0d308a699dd871f38.tar.bz2 gentoo-b2b8c7316c0c98f9fcf685f0d308a699dd871f38.zip |
dev-ruby/activestorage: add missing test dependency
Closes: https://bugs.gentoo.org/657804
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-ruby/activestorage')
-rw-r--r-- | dev-ruby/activestorage/activestorage-5.2.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-ruby/activestorage/activestorage-5.2.0.ebuild b/dev-ruby/activestorage/activestorage-5.2.0.ebuild index e3845b1028dd..9d7e5114d420 100644 --- a/dev-ruby/activestorage/activestorage-5.2.0.ebuild +++ b/dev-ruby/activestorage/activestorage-5.2.0.ebuild @@ -26,6 +26,8 @@ IUSE="" RUBY_S="rails-${PV}/${PN}" +DEPEND+=" test? ( app-text/mupdf ) " + ruby_add_rdepend " ~dev-ruby/actionpack-${PV}:* ~dev-ruby/activerecord-${PV}:* |