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/method_source/
Date: Sun, 01 May 2022 08:38:34
Message-Id: 1651392781.ca2844d016f0820fcfce14920e973eac6a9eb110.graaff@gentoo
1 commit: ca2844d016f0820fcfce14920e973eac6a9eb110
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 08:13:01 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 08:13:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca2844d0
7
8 dev-ruby/method_source: enable ruby31 and disable ruby25
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/method_source/method_source-1.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/method_source/method_source-1.0.0.ebuild b/dev-ruby/method_source/method_source-1.0.0.ebuild
16 index 8b186f5d4907..effeff789c0e 100644
17 --- a/dev-ruby/method_source/method_source-1.0.0.ebuild
18 +++ b/dev-ruby/method_source/method_source-1.0.0.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -USE_RUBY="ruby25 ruby26 ruby27 ruby30"
24 +USE_RUBY="ruby26 ruby27 ruby30 ruby31"
25
26 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
27 RUBY_FAKEGEM_EXTRADOC="README.markdown"