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-form_data/
Date: Sat, 23 May 2020 09:14:09
Message-Id: 1590225236.3e24e1e3098783f57a5e68d72a6b032af3c47960.graaff@gentoo
1 commit: 3e24e1e3098783f57a5e68d72a6b032af3c47960
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 08:54:59 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 09:13:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e24e1e3
7
8 dev-ruby/http-form_data: add ruby25
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/http-form_data/http-form_data-1.0.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ruby/http-form_data/http-form_data-1.0.3.ebuild b/dev-ruby/http-form_data/http-form_data-1.0.3.ebuild
17 index 03de1ac551a..5e6c7f35800 100644
18 --- a/dev-ruby/http-form_data/http-form_data-1.0.3.ebuild
19 +++ b/dev-ruby/http-form_data/http-form_data-1.0.3.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -USE_RUBY="ruby21 ruby22 ruby23 ruby24"
25 +USE_RUBY="ruby24 ruby25"
26
27 RUBY_FAKEGEM_RECIPE_TEST="rspec3"