diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-08-28 07:36:43 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-08-28 07:51:56 +0200 |
commit | 27e377fcf3b9c34026e30b83ee3d5b27d32a6eaf (patch) | |
tree | ded0523453c21d6153e75e7e7c26d6e5829a8c4f /dev-ruby/classifier-reborn | |
parent | www-apps/jekyll: cleanup (diff) | |
download | gentoo-27e377fcf3b9c34026e30b83ee3d5b27d32a6eaf.tar.gz gentoo-27e377fcf3b9c34026e30b83ee3d5b27d32a6eaf.tar.bz2 gentoo-27e377fcf3b9c34026e30b83ee3d5b27d32a6eaf.zip |
dev-ruby/classifier-reborn: avoid unneeded dependency on pry
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ruby/classifier-reborn')
-rw-r--r-- | dev-ruby/classifier-reborn/classifier-reborn-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/classifier-reborn/classifier-reborn-2.1.0.ebuild b/dev-ruby/classifier-reborn/classifier-reborn-2.1.0.ebuild index 472a90566c36..e4c7a0414207 100644 --- a/dev-ruby/classifier-reborn/classifier-reborn-2.1.0.ebuild +++ b/dev-ruby/classifier-reborn/classifier-reborn-2.1.0.ebuild @@ -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 } |