Skip to content

Commit

Permalink
dev-ruby/classifier-reborn: avoid unneeded dependency on pry
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
graaff committed Aug 28, 2017
1 parent 65b0270 commit 27e377f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-ruby/classifier-reborn/classifier-reborn-2.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=5
USE_RUBY="ruby21 ruby22 ruby23"
USE_RUBY="ruby22 ruby23"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.markdown"
Expand Down Expand Up @@ -32,5 +32,5 @@ all_ruby_prepare() {
# Comment out broken test
sed -i -e "/assert 'Normal',/s/^/#/" test/bayes/bayesian_test.rb || die

sed -i -e '/reporters/I s:^:#:' test/test_helper.rb || die
sed -i -e '/reporters/I s:^:#:' -e '/pry/ s:^:#:' test/test_helper.rb || die
}

0 comments on commit 27e377f

Please sign in to comment.