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/activesupport/
Date: Fri, 29 Mar 2019 12:28:29
Message-Id: 1553862499.2f3e321381f50ea4eaaa0f3e96e13d3fba51eabd.graaff@gentoo
1 commit: 2f3e321381f50ea4eaaa0f3e96e13d3fba51eabd
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 29 11:23:36 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 29 12:28:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3e3213
7
8 dev-ruby/activesupport: update i18n to only consider ruby26 versions
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-ruby/activesupport/activesupport-5.2.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ruby/activesupport/activesupport-5.2.3.ebuild b/dev-ruby/activesupport/activesupport-5.2.3.ebuild
17 index 49c7c07b967..de529116b46 100644
18 --- a/dev-ruby/activesupport/activesupport-5.2.3.ebuild
19 +++ b/dev-ruby/activesupport/activesupport-5.2.3.ebuild
20 @@ -28,7 +28,7 @@ RUBY_S="rails-${PV}/${PN}"
21
22 ruby_add_rdepend "
23 >=dev-ruby/concurrent-ruby-1.0.2:1
24 - || ( dev-ruby/i18n:1 dev-ruby/i18n:0.9 dev-ruby/i18n:0.8 dev-ruby/i18n:0.7 )
25 + dev-ruby/i18n:1
26 >=dev-ruby/tzinfo-1.1:1
27 >=dev-ruby/minitest-5.1:5"