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 3EE2915852A for ; Fri, 16 Aug 2024 07:09:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 754D2E2A56; Fri, 16 Aug 2024 07:09:29 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C632E2A56 for ; Fri, 16 Aug 2024 07:09:29 +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 78844335DCD for ; Fri, 16 Aug 2024 07:09:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF4B61EBA for ; Fri, 16 Aug 2024 07:09:26 +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: <1723792157.d2081e0e52e3ba842d2d833038e539d2e6eb3214.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/will_paginate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/will_paginate/will_paginate-4.0.1.ebuild X-VCS-Directories: dev-ruby/will_paginate/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: d2081e0e52e3ba842d2d833038e539d2e6eb3214 X-VCS-Branch: master Date: Fri, 16 Aug 2024 07:09:26 +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: 3b448caf-155b-4244-bf07-c8f032e4b290 X-Archives-Hash: c306e71e0c3eacb5a2dde707c0116ed5 commit: d2081e0e52e3ba842d2d833038e539d2e6eb3214 Author: Hans de Graaff gentoo org> AuthorDate: Fri Aug 16 07:08:38 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Aug 16 07:09:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2081e0e dev-ruby/will_paginate: ensure consistent activerecord version Closes: https://bugs.gentoo.org/937971 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/will_paginate/will_paginate-4.0.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-ruby/will_paginate/will_paginate-4.0.1.ebuild b/dev-ruby/will_paginate/will_paginate-4.0.1.ebuild index 6f155028baa5..e9b279069e15 100644 --- a/dev-ruby/will_paginate/will_paginate-4.0.1.ebuild +++ b/dev-ruby/will_paginate/will_paginate-4.0.1.ebuild @@ -22,6 +22,9 @@ IUSE="test" all_ruby_prepare() { # Remove tests for unpackaged ORMs rm -f spec/finders/{sequel,mongoid,data_mapper}* || die + + sed -e '1igem "activerecord"' \ + -i spec/spec_helper.rb || die } ruby_add_bdepend "