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/arel/
Date: Wed, 10 Jan 2018 06:40:51
Message-Id: 1515565873.5065fa5e6ea06e547ff399cf5fa9fc47dc40937a.graaff@gentoo
1 commit: 5065fa5e6ea06e547ff399cf5fa9fc47dc40937a
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 10 06:27:47 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 10 06:31:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5065fa5e
7
8 dev-ruby/arel: add missing test dependency on concurrent-ruby
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-ruby/arel/arel-9.0.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/arel/arel-9.0.0.ebuild b/dev-ruby/arel/arel-9.0.0.ebuild
16 index 401dd33dbee..b66cb656c80 100644
17 --- a/dev-ruby/arel/arel-9.0.0.ebuild
18 +++ b/dev-ruby/arel/arel-9.0.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -22,6 +22,7 @@ IUSE=""
26
27 ruby_add_bdepend "
28 test? (
29 + dev-ruby/concurrent-ruby:1
30 dev-ruby/test-unit:2
31 >=dev-ruby/minitest-5.4:5
32 )"