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/http_parser_rb/
Date: Fri, 06 Apr 2018 04:54:37
Message-Id: 1522990449.8d6420268dcfa7473f6e07f4005b61b1424156b9.graaff@gentoo
1 commit: 8d6420268dcfa7473f6e07f4005b61b1424156b9
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 04:45:29 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 04:54:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d642026
7
8 dev-ruby/http_parser_rb: add ruby25
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r1.ebuild b/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r1.ebuild
16 index 9ed6d8d8082..0c7960f923d 100644
17 --- a/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r1.ebuild
18 +++ b/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 -USE_RUBY="ruby21 ruby22 ruby23 ruby24"
24 +USE_RUBY="ruby22 ruby23 ruby24 ruby25"
25
26 RUBY_FAKEGEM_RECIPE_TEST="rspec"