From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E73A1158088 for ; Sat, 9 Oct 2021 15:24:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42618E07F9; Sat, 9 Oct 2021 15:24:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B88CE07F9 for ; Sat, 9 Oct 2021 15:24:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FE74342FB9 for ; Sat, 9 Oct 2021 15:24:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71A0D14C for ; Sat, 9 Oct 2021 15:24:02 +0000 (UTC) From: "Naohiro Aota" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Naohiro Aota" Message-ID: <1633793005.c68ebafaf115badd1a56365ba751679ed49beae5.naota@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/httpclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/httpclient/httpclient-2.8.3.ebuild X-VCS-Directories: dev-ruby/httpclient/ X-VCS-Committer: naota X-VCS-Committer-Name: Naohiro Aota X-VCS-Revision: c68ebafaf115badd1a56365ba751679ed49beae5 X-VCS-Branch: master Date: Sat, 9 Oct 2021 15:24:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5d4ce5a6-47c6-4e39-8dfc-e50eaa044cdd X-Archives-Hash: 9751022399d4a4365c9218045a2dcf09 commit: c68ebafaf115badd1a56365ba751679ed49beae5 Author: Naohiro Aota gentoo org> AuthorDate: Fri Oct 8 14:22:39 2021 +0000 Commit: Naohiro Aota gentoo org> CommitDate: Sat Oct 9 15:23:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68ebafa dev-ruby/httpclient: enable ruby30 and disable ruby25 Signed-off-by: Naohiro Aota gentoo.org> dev-ruby/httpclient/httpclient-2.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/httpclient/httpclient-2.8.3.ebuild b/dev-ruby/httpclient/httpclient-2.8.3.ebuild index f5e7bf53b50..160c1d9af9d 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"