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 47BAD158094 for ; Mon, 25 Jul 2022 06:53:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16E43E1075; Mon, 25 Jul 2022 06:53:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E51A3E107C for ; Mon, 25 Jul 2022 06:53:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B555C340CC5 for ; Mon, 25 Jul 2022 06:53:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BA8A545 for ; Mon, 25 Jul 2022 06:53:41 +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: <1658732016.b37f33a0674bcdf86fcbd82de9964f1fa1e28b6f.graaff@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.11.0.ebuild dev-ruby/i18n/i18n-1.12.0.ebuild X-VCS-Directories: dev-ruby/i18n/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: b37f33a0674bcdf86fcbd82de9964f1fa1e28b6f X-VCS-Branch: master Date: Mon, 25 Jul 2022 06:53:41 +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: 661d1cf8-d51f-40da-a5df-e079f51630fe X-Archives-Hash: 3c2d7a0e236e243066a6005f72ce2e98 commit: b37f33a0674bcdf86fcbd82de9964f1fa1e28b6f Author: Hans de Graaff gentoo org> AuthorDate: Mon Jul 25 06:51:07 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jul 25 06:53:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37f33a0 dev-ruby/i18n: add missing minitest dep Bug: https://bugs.gentoo.org/780900 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/i18n/i18n-1.11.0.ebuild | 1 + dev-ruby/i18n/i18n-1.12.0.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-ruby/i18n/i18n-1.11.0.ebuild b/dev-ruby/i18n/i18n-1.11.0.ebuild index dd6a097b4229..436673bde45e 100644 --- a/dev-ruby/i18n/i18n-1.11.0.ebuild +++ b/dev-ruby/i18n/i18n-1.11.0.ebuild @@ -26,6 +26,7 @@ ruby_add_rdepend "dev-ruby/concurrent-ruby:1" 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/test_declarative )" diff --git a/dev-ruby/i18n/i18n-1.12.0.ebuild b/dev-ruby/i18n/i18n-1.12.0.ebuild index 886e0fd77fdc..69fd5389739d 100644 --- a/dev-ruby/i18n/i18n-1.12.0.ebuild +++ b/dev-ruby/i18n/i18n-1.12.0.ebuild @@ -26,6 +26,7 @@ ruby_add_rdepend "dev-ruby/concurrent-ruby:1" 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/test_declarative )"