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/minitest-around/
Date: Sun, 25 Sep 2022 08:43:21
Message-Id: 1664095335.14af8cc7753760494f7cf1573b4b59d84d21b0e2.graaff@gentoo
1 commit: 14af8cc7753760494f7cf1573b4b59d84d21b0e2
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 10 09:22:02 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 08:42:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14af8cc7
7
8 dev-ruby/minitest-around: enable ruby31 and disable ruby26
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild b/dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild
16 index 3739aeb168bb..a728f0955a6e 100644
17 --- a/dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild
18 +++ b/dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=8
23 -USE_RUBY="ruby26 ruby27 ruby30"
24 +USE_RUBY="ruby27 ruby30 ruby31"
25
26 RUBY_FAKEGEM_TASK_DOC=""
27 RUBY_FAKEGEM_EXTRADOC="README.md"