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 8AB7515800A for ; Sun, 13 Aug 2023 05:22:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B30AB2BC022; Sun, 13 Aug 2023 05:22:58 +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 738D52BC026 for ; Sun, 13 Aug 2023 05:22:58 +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 7EE89340DB4 for ; Sun, 13 Aug 2023 05:22:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA2B4F77 for ; Sun, 13 Aug 2023 05:22:55 +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: <1691904162.9edfb0ede899ef14e4beaa5956325e411ecd39c1.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sassc-rails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sassc-rails/sassc-rails-2.1.2-r3.ebuild X-VCS-Directories: dev-ruby/sassc-rails/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9edfb0ede899ef14e4beaa5956325e411ecd39c1 X-VCS-Branch: master Date: Sun, 13 Aug 2023 05:22:55 +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: 5a7e84ed-ed5b-4f46-ae97-962a761f229b X-Archives-Hash: 793781c6325659f5468f93104316e2eb commit: 9edfb0ede899ef14e4beaa5956325e411ecd39c1 Author: Hans de Graaff gentoo org> AuthorDate: Sat Aug 12 14:49:24 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 13 05:22:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edfb0ed dev-ruby/sassc-rails: fix minitest deprecation Closes: https://bugs.gentoo.org/912023 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/sassc-rails/sassc-rails-2.1.2-r3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/sassc-rails/sassc-rails-2.1.2-r3.ebuild b/dev-ruby/sassc-rails/sassc-rails-2.1.2-r3.ebuild index 1336b81a8d71..8be99f2eddbb 100644 --- a/dev-ruby/sassc-rails/sassc-rails-2.1.2-r3.ebuild +++ b/dev-ruby/sassc-rails/sassc-rails-2.1.2-r3.ebuild @@ -41,6 +41,7 @@ all_ruby_prepare() { sed -i -e '/pry/ s:^:#:' test/test_helper.rb || die sed -e '/test_line_comments_active_in_dev/askip "Fails for unknown reason"' \ -e '/test_globbed_imports_work_when_globbed_file_is_added/askip "Fails intermittently, similar to test above"' \ + -e 's/MiniTest/Minitest/' \ -i test/sassc_rails_test.rb || die }