From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1421989-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3406158094 for <garchives@archives.gentoo.org>; Tue, 26 Jul 2022 06:45:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A378E0F77; Tue, 26 Jul 2022 06:45:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFFA0E0F76 for <gentoo-commits@lists.gentoo.org>; Tue, 26 Jul 2022 06:45:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09C1833FE7D for <gentoo-commits@lists.gentoo.org>; Tue, 26 Jul 2022 06:45:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BAD1510 for <gentoo-commits@lists.gentoo.org>; Tue, 26 Jul 2022 06:45:36 +0000 (UTC) From: "Hans de Graaff" <graaff@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" <graaff@gentoo.org> Message-ID: <1658817932.6203b6df7a4e05a6f3b1326ce554ab75530ebfb8.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/aws-eventstream/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/aws-eventstream/aws-eventstream-1.2.0.ebuild X-VCS-Directories: dev-ruby/aws-eventstream/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 6203b6df7a4e05a6f3b1326ce554ab75530ebfb8 X-VCS-Branch: master Date: Tue, 26 Jul 2022 06:45:36 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3580dddf-e916-46bf-9e54-1de7a0bce582 X-Archives-Hash: a48f1c6618bad34cddf3dfdc87b1374e commit: 6203b6df7a4e05a6f3b1326ce554ab75530ebfb8 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Jul 25 15:05:47 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Jul 26 06:45:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6203b6df dev-ruby/aws-eventstream: enable ruby31 and disable ruby26 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/aws-eventstream/aws-eventstream-1.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/aws-eventstream/aws-eventstream-1.2.0.ebuild b/dev-ruby/aws-eventstream/aws-eventstream-1.2.0.ebuild index 3efd2dc85a24..6ad8ea5e6abd 100644 --- a/dev-ruby/aws-eventstream/aws-eventstream-1.2.0.ebuild +++ b/dev-ruby/aws-eventstream/aws-eventstream-1.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" # Not packaged and upstream not tagged. RUBY_FAKEGEM_RECIPE_TEST="none"