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 714E815801B for ; Tue, 15 Aug 2023 05:45:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 920E82BC020; Tue, 15 Aug 2023 05:45:51 +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 794552BC020 for ; Tue, 15 Aug 2023 05:45:51 +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 58E2E340E16 for ; Tue, 15 Aug 2023 05:45:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E546DFAA for ; Tue, 15 Aug 2023 05:45:48 +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: <1692078343.daa234445b6710e60c9a26bda1f4caf4a9c43119.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/optimist/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/optimist/optimist-3.1.0.ebuild X-VCS-Directories: dev-ruby/optimist/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: daa234445b6710e60c9a26bda1f4caf4a9c43119 X-VCS-Branch: master Date: Tue, 15 Aug 2023 05:45:48 +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: 38a427b5-4264-4d67-b626-6585955630f6 X-Archives-Hash: 937cf877bc558d2d8870ae6188caa8fc commit: daa234445b6710e60c9a26bda1f4caf4a9c43119 Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 13 09:03:10 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Aug 15 05:45:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa23444 dev-ruby/optimist: fix minitest deprecation Closes: https://bugs.gentoo.org/911964 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/optimist/optimist-3.1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/optimist/optimist-3.1.0.ebuild b/dev-ruby/optimist/optimist-3.1.0.ebuild index 1abe03c9e1f4..fe87a213ea42 100644 --- a/dev-ruby/optimist/optimist-3.1.0.ebuild +++ b/dev-ruby/optimist/optimist-3.1.0.ebuild @@ -21,6 +21,7 @@ ruby_add_bdepend "test? ( dev-ruby/chronic )" all_ruby_prepare() { sed -i -e '/bundle/ s:^:#:' Rakefile || die + sed -i -e 's/MiniTest/Minitest/' test/*_test.rb test/optimist/*_test.rb || die } each_ruby_test() {