From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F3F81580E0 for ; Sat, 01 Feb 2025 06:05:29 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5700A343070 for ; Sat, 01 Feb 2025 06:05:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1F7A7110471; Sat, 01 Feb 2025 06:05:24 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 18A3F110471 for ; Sat, 01 Feb 2025 06:05:23 +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 9A07B343011 for ; Sat, 01 Feb 2025 06:05:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE99018F6 for ; Sat, 01 Feb 2025 06:05:21 +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: <1738389815.aa42fc7bcabf8851c543e68c8270e7069a2888ff.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-test/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rack-test/rack-test-2.2.0.ebuild X-VCS-Directories: dev-ruby/rack-test/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: aa42fc7bcabf8851c543e68c8270e7069a2888ff X-VCS-Branch: master Date: Sat, 01 Feb 2025 06:05:21 +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: 681e1af6-30ea-4a80-bd1c-59cb54eef62f X-Archives-Hash: 70b3c2951b4a159c297a78b155f4971a commit: aa42fc7bcabf8851c543e68c8270e7069a2888ff Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 1 06:03:35 2025 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 1 06:03:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa42fc7b dev-ruby/rack-test: enable ruby34 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rack-test/rack-test-2.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rack-test/rack-test-2.2.0.ebuild b/dev-ruby/rack-test/rack-test-2.2.0.ebuild index 022635c0460b..e940e9322aeb 100644 --- a/dev-ruby/rack-test/rack-test-2.2.0.ebuild +++ b/dev-ruby/rack-test/rack-test-2.2.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby31 ruby32 ruby33 ruby34" RUBY_FAKEGEM_EXTRADOC="History.md README.md"