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 B4A3915811D for ; Mon, 3 Jul 2023 22:00:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7E62E086A; Mon, 3 Jul 2023 22:00:37 +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 53580E0867 for ; Mon, 3 Jul 2023 22:00:37 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65F4C340B25 for ; Mon, 3 Jul 2023 22:00:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F2AEACA for ; Mon, 3 Jul 2023 22:00:32 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1688421617.81d7238b6f61aae4dd9f6ca62ca6db028c4a0027.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activesupport/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/activesupport/files/activesupport-7.0.4.3-ruby32.patch X-VCS-Directories: dev-ruby/activesupport/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 81d7238b6f61aae4dd9f6ca62ca6db028c4a0027 X-VCS-Branch: master Date: Mon, 3 Jul 2023 22:00:32 +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: 3b30ff5a-109c-45a5-b851-19ab68cbdd21 X-Archives-Hash: 31616b65e67b7a830d53b6ba3918ec04 commit: 81d7238b6f61aae4dd9f6ca62ca6db028c4a0027 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Jul 2 13:04:58 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Jul 3 22:00:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d7238b dev-ruby/activesupport: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31709 Signed-off-by: Conrad Kostecki gentoo.org> .../files/activesupport-7.0.4.3-ruby32.patch | 23 ---------------------- 1 file changed, 23 deletions(-) diff --git a/dev-ruby/activesupport/files/activesupport-7.0.4.3-ruby32.patch b/dev-ruby/activesupport/files/activesupport-7.0.4.3-ruby32.patch deleted file mode 100644 index 82fc7a335e86..000000000000 --- a/dev-ruby/activesupport/files/activesupport-7.0.4.3-ruby32.patch +++ /dev/null @@ -1,23 +0,0 @@ -Per https://github.com/rails/rails/pull/46735#issuecomment-1352643705, this -is just dropping a test which doesn't make sense for ruby32. - -https://github.com/rails/rails/issues/46712 -https://github.com/rails/rails/pull/46735 - -From 60ffaac2e9644076e53afa1a2b1a716e289b7085 Mon Sep 17 00:00:00 2001 -From: Akira Matsuda -Date: Thu, 15 Dec 2022 15:45:27 +0900 -Subject: [PATCH] RubyVM class serial is no longer available in Ruby 3.2 - -since ruby/ruby@13bd617ea6fdf72467c593639cf33312a06c330c ---- a/test/executor_test.rb -+++ b/test/executor_test.rb -@@ -226,7 +226,7 @@ def test_hook_insertion_order - end - - def test_class_serial_is_unaffected -- skip if !defined?(RubyVM) -+ skip if !defined?(RubyVM) || !RubyVM.stat.has_key?(:class_serial) - - hook = Class.new do - define_method(:run) do