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/origin/
Date: Sun, 24 May 2020 04:14:13
Message-Id: 1590293600.82d7946e4dee47e373cecda25e4d6f819d7c42f3.graaff@gentoo
1 commit: 82d7946e4dee47e373cecda25e4d6f819d7c42f3
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 24 04:12:12 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun May 24 04:13:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d7946e
7
8 dev-ruby/origin: add missing test dependency
9
10 Closes: https://bugs.gentoo.org/723874
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
13
14 dev-ruby/origin/origin-2.3.1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-ruby/origin/origin-2.3.1.ebuild b/dev-ruby/origin/origin-2.3.1.ebuild
18 index da49a47b380..0d553e3754c 100644
19 --- a/dev-ruby/origin/origin-2.3.1.ebuild
20 +++ b/dev-ruby/origin/origin-2.3.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -30,6 +30,7 @@ IUSE=""
28
29 ruby_add_bdepend "
30 test? (
31 + dev-ruby/activesupport
32 || ( dev-ruby/i18n:1 dev-ruby/i18n:0.9 dev-ruby/i18n:0.7 )
33 dev-ruby/tzinfo
34 )"