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 DCA0215800A for ; Sat, 19 Aug 2023 08:36:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3E532BC017; Sat, 19 Aug 2023 08:36:18 +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 C979C2BC017 for ; Sat, 19 Aug 2023 08:36:18 +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 C5C9C340F8F for ; Sat, 19 Aug 2023 08:36:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25A11FCE for ; Sat, 19 Aug 2023 08:36:16 +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: <1692433102.7c307f47f599d1c759df31d5587135278af8e6fa.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rgl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rgl/rgl-0.6.6.ebuild X-VCS-Directories: dev-ruby/rgl/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 7c307f47f599d1c759df31d5587135278af8e6fa X-VCS-Branch: master Date: Sat, 19 Aug 2023 08:36:16 +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: 8ad87a8a-d334-4835-a03b-09b4ea4a4e72 X-Archives-Hash: 44ea564c493963929525837dcf6d7375 commit: 7c307f47f599d1c759df31d5587135278af8e6fa Author: Hans de Graaff gentoo org> AuthorDate: Sat Aug 19 08:18:22 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Aug 19 08:18:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c307f47 dev-ruby/rgl: avoid dependency on simplecov Closes: https://bugs.gentoo.org/912577 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rgl/rgl-0.6.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/rgl/rgl-0.6.6.ebuild b/dev-ruby/rgl/rgl-0.6.6.ebuild index e8b8d78eb267..71bbdcbe177d 100644 --- a/dev-ruby/rgl/rgl-0.6.6.ebuild +++ b/dev-ruby/rgl/rgl-0.6.6.ebuild @@ -28,4 +28,5 @@ ruby_add_bdepend "dev-ruby/yard test? ( dev-ruby/test-unit )" all_ruby_prepare() { sed -i -e '/bundler/I s:^:#:' Rakefile || die + sed -i -e '/simplecov/I s:^:#:' test/test_helper.rb || die }