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 0368A159C9B for ; Wed, 14 Aug 2024 07:27:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C2722BC016; Wed, 14 Aug 2024 07:27:31 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F7732BC016 for ; Wed, 14 Aug 2024 07:27:31 +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 43549340CA7 for ; Wed, 14 Aug 2024 07:27:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60896E6F for ; Wed, 14 Aug 2024 07:27:28 +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: <1723620398.e9c81e4bf2b58d8e8b548e30f9a556b14c9af004.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/oauth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/oauth/oauth-1.1.0.ebuild X-VCS-Directories: dev-ruby/oauth/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: e9c81e4bf2b58d8e8b548e30f9a556b14c9af004 X-VCS-Branch: master Date: Wed, 14 Aug 2024 07:27:28 +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: 0fe06b1f-ffe2-456a-bad2-f379a6ec98e2 X-Archives-Hash: 2a6eb5f2ede7b31c36fda7fd35aa354c commit: e9c81e4bf2b58d8e8b548e30f9a556b14c9af004 Author: Hans de Graaff gentoo org> AuthorDate: Wed Aug 14 07:26:38 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Aug 14 07:26:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c81e4b dev-ruby/oauth: ensure consistent test dependencies Closes: https://bugs.gentoo.org/937905 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/oauth/oauth-1.1.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-ruby/oauth/oauth-1.1.0.ebuild b/dev-ruby/oauth/oauth-1.1.0.ebuild index 1fcace89c710..8e140227f30b 100644 --- a/dev-ruby/oauth/oauth-1.1.0.ebuild +++ b/dev-ruby/oauth/oauth-1.1.0.ebuild @@ -41,7 +41,9 @@ ruby_add_bdepend "test? ( all_ruby_prepare() { sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die - sed -i -e 's/if RUN_COVERAGE/if false/' test/test_helper.rb || die + sed -e 's/if RUN_COVERAGE/if false/' \ + -e '3igem "actionpack"' \ + -i test/test_helper.rb || die # # Avoid test tripped up by kwargs confusion sed -e '/test_authorize/askip "kwargs confusion"' \