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 0F43815802F for ; Sun, 2 Apr 2023 01:51:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A381E0794; Sun, 2 Apr 2023 01:51:36 +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 E1555E078A for ; Sun, 2 Apr 2023 01:51:35 +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 DDF84340EAD for ; Sun, 2 Apr 2023 01:51:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48DA339 for ; Sun, 2 Apr 2023 01:51:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1680400223.a4aefb906e81981b1ddc5afdf9484757440a098b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/i18n/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/i18n/i18n-1.12.0.ebuild X-VCS-Directories: dev-ruby/i18n/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a4aefb906e81981b1ddc5afdf9484757440a098b X-VCS-Branch: master Date: Sun, 2 Apr 2023 01:51:33 +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: 541147f7-aba1-44be-a0e8-453774e369ba X-Archives-Hash: 9997f37fe362570cc927ee9259073395 commit: a4aefb906e81981b1ddc5afdf9484757440a098b Author: Sam James gentoo org> AuthorDate: Sun Apr 2 00:31:40 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 2 01:50:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4aefb90 dev-ruby/i18n: tweak mocha test dep Signed-off-by: Sam James gentoo.org> dev-ruby/i18n/i18n-1.12.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ruby/i18n/i18n-1.12.0.ebuild b/dev-ruby/i18n/i18n-1.12.0.ebuild index a4b46aeb30eb..4a4ce6d49acf 100644 --- a/dev-ruby/i18n/i18n-1.12.0.ebuild +++ b/dev-ruby/i18n/i18n-1.12.0.ebuild @@ -22,11 +22,12 @@ IUSE="" ruby_add_rdepend "dev-ruby/concurrent-ruby:1" +# We need mocha:1.0 which corresponds to the Gemfiles used in each_ruby_test ruby_add_bdepend "test? ( >=dev-ruby/activesupport-5.1 dev-ruby/bundler >=dev-ruby/minitest-5.14:5 - >=dev-ruby/mocha-1.7.0 + >=dev-ruby/mocha-1.7.0:1.0 dev-ruby/test_declarative )" all_ruby_prepare() {