diff options
author | Naohiro Aota <naota@gentoo.org> | 2021-10-08 23:22:39 +0900 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2021-10-10 00:23:25 +0900 |
commit | c68ebafaf115badd1a56365ba751679ed49beae5 (patch) | |
tree | 2ebd37f0857786f3030cafc2b72c02550618a1ac /dev-ruby/httpclient | |
parent | dev-ruby/http-cookie: enable ruby30 and disable ruby25 (diff) | |
download | gentoo-c68ebafaf115badd1a56365ba751679ed49beae5.tar.gz gentoo-c68ebafaf115badd1a56365ba751679ed49beae5.tar.bz2 gentoo-c68ebafaf115badd1a56365ba751679ed49beae5.zip |
dev-ruby/httpclient: enable ruby30 and disable ruby25
Signed-off-by: Naohiro Aota <naota@gentoo.org>
Diffstat (limited to 'dev-ruby/httpclient')
-rw-r--r-- | dev-ruby/httpclient/httpclient-2.8.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/httpclient/httpclient-2.8.3.ebuild b/dev-ruby/httpclient/httpclient-2.8.3.ebuild index f5e7bf53b506..160c1d9af9dd 100644 --- a/dev-ruby/httpclient/httpclient-2.8.3.ebuild +++ b/dev-ruby/httpclient/httpclient-2.8.3.ebuild @@ -3,7 +3,7 @@ EAPI=5 -USE_RUBY="ruby25 ruby26 ruby27" +USE_RUBY="ruby26 ruby27 ruby30" RUBY_FAKEGEM_TASK_TEST="-Ilib test" RUBY_FAKEGEM_TASK_DOC="doc" |