Gentoo Archives: gentoo-commits

From: Naohiro Aota <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/moneta/
Date: Sat, 09 Oct 2021 15:24:06
Message-Id: 1633793005.2f6000d6855af95bb608791d5837624fc893a58f.naota@gentoo
1 commit: 2f6000d6855af95bb608791d5837624fc893a58f
2 Author: Naohiro Aota <naota <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 8 14:49:25 2021 +0000
4 Commit: Naohiro Aota <naota <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 15:23:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f6000d6
7
8 dev-ruby/moneta: enable ruby30 and disable ruby25
9
10 Signed-off-by: Naohiro Aota <naota <AT> gentoo.org>
11
12 dev-ruby/moneta/moneta-1.4.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/moneta/moneta-1.4.1.ebuild b/dev-ruby/moneta/moneta-1.4.1.ebuild
16 index 0403894ac09..c0b1e01a65b 100644
17 --- a/dev-ruby/moneta/moneta-1.4.1.ebuild
18 +++ b/dev-ruby/moneta/moneta-1.4.1.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"
24 +USE_RUBY="ruby26 ruby27 ruby30"
25
26 RUBY_FAKEGEM_TASK_DOC=""
27 RUBY_FAKEGEM_RECIPE_TEST="none"