commit:     27e377fcf3b9c34026e30b83ee3d5b27d32a6eaf
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 28 05:36:43 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Aug 28 05:51:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e377fc

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

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/classifier-reborn/classifier-reborn-2.1.0.ebuild | 4 ++--
 1 file 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 472a90566c3..e4c7a041420 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
 }

Reply via email to