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.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 33AFA158041 for ; Sun, 3 Mar 2024 07:32:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6813DE29D7; Sun, 3 Mar 2024 07:32:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B1FEE29D5 for ; Sun, 3 Mar 2024 07:32:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 346E433BEF1 for ; Sun, 3 Mar 2024 07:32:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96BF814EC for ; Sun, 3 Mar 2024 07:32:31 +0000 (UTC) From: "Hans de Graaff" 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" Message-ID: <1709451125.079022d59918f6b4226e87a3f672f87a7d6a3bad.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-tag-expressions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cucumber-tag-expressions/cucumber-tag-expressions-5.0.6.ebuild X-VCS-Directories: dev-util/cucumber-tag-expressions/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 079022d59918f6b4226e87a3f672f87a7d6a3bad X-VCS-Branch: master Date: Sun, 3 Mar 2024 07:32:31 +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: bbaa2532-bd01-4b27-b0af-2cac29bdd725 X-Archives-Hash: 527ea17638dd85a6c4cf99793b50a7e8 commit: 079022d59918f6b4226e87a3f672f87a7d6a3bad Author: Hans de Graaff gentoo org> AuthorDate: Sat Mar 2 08:31:44 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Mar 3 07:32:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=079022d5 dev-util/cucumber-tag-expressions: enable ruby33 Signed-off-by: Hans de Graaff gentoo.org> .../cucumber-tag-expressions/cucumber-tag-expressions-5.0.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/cucumber-tag-expressions/cucumber-tag-expressions-5.0.6.ebuild b/dev-util/cucumber-tag-expressions/cucumber-tag-expressions-5.0.6.ebuild index f926e07f141f..5660522b1f55 100644 --- a/dev-util/cucumber-tag-expressions/cucumber-tag-expressions-5.0.6.ebuild +++ b/dev-util/cucumber-tag-expressions/cucumber-tag-expressions-5.0.6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_EXTRADOC="README.md"