Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activestorage/
Date: Wed, 13 Jun 2018 05:24:56
Message-Id: 1528867476.b2b8c7316c0c98f9fcf685f0d308a699dd871f38.graaff@gentoo
1 commit: b2b8c7316c0c98f9fcf685f0d308a699dd871f38
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 13 05:24:36 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 13 05:24:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b8c731
7
8 dev-ruby/activestorage: add missing test dependency
9
10 Closes: https://bugs.gentoo.org/657804
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12
13 dev-ruby/activestorage/activestorage-5.2.0.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/dev-ruby/activestorage/activestorage-5.2.0.ebuild b/dev-ruby/activestorage/activestorage-5.2.0.ebuild
17 index e3845b1028d..9d7e5114d42 100644
18 --- a/dev-ruby/activestorage/activestorage-5.2.0.ebuild
19 +++ b/dev-ruby/activestorage/activestorage-5.2.0.ebuild
20 @@ -26,6 +26,8 @@ IUSE=""
21
22 RUBY_S="rails-${PV}/${PN}"
23
24 +DEPEND+=" test? ( app-text/mupdf ) "
25 +
26 ruby_add_rdepend "
27 ~dev-ruby/actionpack-${PV}:*
28 ~dev-ruby/activerecord-${PV}:*