dev-ruby/classifier-reborn: avoid unneeded dependency on pry

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Hans de Graaff
2017-08-28 07:36:43 +02:00
parent 65b0270c01
commit 27e377fcf3

View File

@@ -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"
@@ -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
}