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/httpclient/
Date: Sat, 09 Oct 2021 15:24:06
Message-Id: 1633793005.c68ebafaf115badd1a56365ba751679ed49beae5.naota@gentoo
1 commit: c68ebafaf115badd1a56365ba751679ed49beae5
2 Author: Naohiro Aota <naota <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 8 14:22:39 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=c68ebafa
7
8 dev-ruby/httpclient: enable ruby30 and disable ruby25
9
10 Signed-off-by: Naohiro Aota <naota <AT> gentoo.org>
11
12 dev-ruby/httpclient/httpclient-2.8.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/httpclient/httpclient-2.8.3.ebuild b/dev-ruby/httpclient/httpclient-2.8.3.ebuild
16 index f5e7bf53b50..160c1d9af9d 100644
17 --- a/dev-ruby/httpclient/httpclient-2.8.3.ebuild
18 +++ b/dev-ruby/httpclient/httpclient-2.8.3.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=5
22
23 -USE_RUBY="ruby25 ruby26 ruby27"
24 +USE_RUBY="ruby26 ruby27 ruby30"
25
26 RUBY_FAKEGEM_TASK_TEST="-Ilib test"
27 RUBY_FAKEGEM_TASK_DOC="doc"