From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1176045-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 3F21E1382C5
	for <garchives@archives.gentoo.org>; Mon,  1 Jun 2020 04:48:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1ABC0E0894;
	Mon,  1 Jun 2020 04:48:00 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id F2B78E0894
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Jun 2020 04:47:59 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2271634EFAD
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Jun 2020 04:47:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B46F8278
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Jun 2020 04:47:55 +0000 (UTC)
From: "Hans de Graaff" <graaff@gentoo.org>
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" <graaff@gentoo.org>
Message-ID: <1590986806.8f0f2bdb6e3a1e02e096549e8bc3b0789f5904f6.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-r1.ebuild
X-VCS-Directories: dev-ruby/sassc-rails/
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
X-VCS-Revision: 8f0f2bdb6e3a1e02e096549e8bc3b0789f5904f6
X-VCS-Branch: master
Date: Mon,  1 Jun 2020 04:47:55 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 74c51292-cda4-45a2-b07c-ce8e994f584f
X-Archives-Hash: 34afa0149a4ee6671b7cadef98d5a78d

commit:     8f0f2bdb6e3a1e02e096549e8bc3b0789f5904f6
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 16:48:48 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jun  1 04:46:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0f2bdb

dev-ruby/sassc-rails: avoid dependency on pry

Closes: https://bugs.gentoo.org/723962
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/sassc-rails/sassc-rails-2.1.2-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/sassc-rails/sassc-rails-2.1.2-r1.ebuild b/dev-ruby/sassc-rails/sassc-rails-2.1.2-r1.ebuild
index 089cbd49d65..54f5843763a 100644
--- a/dev-ruby/sassc-rails/sassc-rails-2.1.2-r1.ebuild
+++ b/dev-ruby/sassc-rails/sassc-rails-2.1.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -33,8 +33,10 @@ ruby_add_bdepend "
 
 all_ruby_prepare() {
 	sed -e '/rake/ s/,.*$//' \
+		-e '/pry/ s:^:#:' \
 		-e 's/git ls-files -z/find . -print0/' \
 		-i ${RUBY_FAKEGEM_GEMSPEC} || die
+	sed -i -e '/pry/ s:^:#:' test/test_helper.rb || die
 }
 
 each_ruby_test() {