mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
dev-ruby/classifier-reborn: avoid unneeded dependency on pry
Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user