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/activerecord/
Date: Mon, 11 May 2020 18:20:33
Message-Id: 1589221223.2bb0a8a700d3f2d2ee6b4b69989a154d3a6c67e1.graaff@gentoo
1 commit: 2bb0a8a700d3f2d2ee6b4b69989a154d3a6c67e1
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 11 18:20:07 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon May 11 18:20:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb0a8a7
7
8 dev-ruby/activerecord: add ruby27
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/activerecord/activerecord-6.0.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ruby/activerecord/activerecord-6.0.3.ebuild b/dev-ruby/activerecord/activerecord-6.0.3.ebuild
17 index c986ffb1c5d..952512d4e31 100644
18 --- a/dev-ruby/activerecord/activerecord-6.0.3.ebuild
19 +++ b/dev-ruby/activerecord/activerecord-6.0.3.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -USE_RUBY="ruby25 ruby26"
25 +USE_RUBY="ruby25 ruby26 ruby27"
26
27 # this is not null so that the dependencies will actually be filled
28 RUBY_FAKEGEM_TASK_TEST="test"