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/http-cookie/
Date: Sat, 09 Oct 2021 15:24:06
Message-Id: 1633793004.c0475770bc3dc57ebb438ce2d967e13d874afb5c.naota@gentoo
1 commit: c0475770bc3dc57ebb438ce2d967e13d874afb5c
2 Author: Naohiro Aota <naota <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 8 14:21:42 2021 +0000
4 Commit: Naohiro Aota <naota <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 15:23:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0475770
7
8 dev-ruby/http-cookie: enable ruby30 and disable ruby25
9
10 Signed-off-by: Naohiro Aota <naota <AT> gentoo.org>
11
12 dev-ruby/http-cookie/http-cookie-1.0.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/http-cookie/http-cookie-1.0.4.ebuild b/dev-ruby/http-cookie/http-cookie-1.0.4.ebuild
16 index d4887d3654f..e69df5321d5 100644
17 --- a/dev-ruby/http-cookie/http-cookie-1.0.4.ebuild
18 +++ b/dev-ruby/http-cookie/http-cookie-1.0.4.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_EXTRADOC="CHANGELOG.md README.md"