Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sassc-rails/
Date: Mon, 01 Jun 2020 04:48:01
Message-Id: 1590986806.8f0f2bdb6e3a1e02e096549e8bc3b0789f5904f6.graaff@gentoo
1 commit: 8f0f2bdb6e3a1e02e096549e8bc3b0789f5904f6
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 16:48:48 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 04:46:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0f2bdb
7
8 dev-ruby/sassc-rails: avoid dependency on pry
9
10 Closes: https://bugs.gentoo.org/723962
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
13
14 dev-ruby/sassc-rails/sassc-rails-2.1.2-r1.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 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
18 index 089cbd49d65..54f5843763a 100644
19 --- a/dev-ruby/sassc-rails/sassc-rails-2.1.2-r1.ebuild
20 +++ b/dev-ruby/sassc-rails/sassc-rails-2.1.2-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -33,8 +33,10 @@ ruby_add_bdepend "
28
29 all_ruby_prepare() {
30 sed -e '/rake/ s/,.*$//' \
31 + -e '/pry/ s:^:#:' \
32 -e 's/git ls-files -z/find . -print0/' \
33 -i ${RUBY_FAKEGEM_GEMSPEC} || die
34 + sed -i -e '/pry/ s:^:#:' test/test_helper.rb || die
35 }
36
37 each_ruby_test() {