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/tzinfo/
Date: Fri, 27 Apr 2018 08:33:18
Message-Id: 1524817969.f540691965651a59a3df4db956c52f4f97e98b03.graaff@gentoo
1 commit: f540691965651a59a3df4db956c52f4f97e98b03
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 27 08:15:01 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 08:32:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5406919
7
8 dev-ruby/tzinfo: add RUBY_TARGET to make CI happy while the package is masked
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ruby/tzinfo/tzinfo-0.3.53.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
16 index 3e810347f76..d7c3f12fed4 100644
17 --- a/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
18 +++ b/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=6
21
22 # ruby23 -> fails tests
23 -USE_RUBY="ruby22"
24 +USE_RUBY="ruby22 ruby23"
25
26 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
27 RUBY_FAKEGEM_DOCDIR="doc"