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/json/
Date: Thu, 26 Dec 2019 11:06:11
Message-Id: 1577358356.d331bbe60aceea704c262491de7197d4d4e1b49b.graaff@gentoo
1 commit: d331bbe60aceea704c262491de7197d4d4e1b49b
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 26 09:57:10 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 11:05:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d331bbe6
7
8 dev-ruby/json: add ruby27
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/json/json-2.3.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ruby/json/json-2.3.0.ebuild b/dev-ruby/json/json-2.3.0.ebuild
17 index 075feb4751a..ccb0114c806 100644
18 --- a/dev-ruby/json/json-2.3.0.ebuild
19 +++ b/dev-ruby/json/json-2.3.0.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="ruby24 ruby25 ruby26"
25 +USE_RUBY="ruby24 ruby25 ruby26 ruby27"
26
27 RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
28 RUBY_FAKEGEM_DOCDIR="doc"