From: Zero_Chaos Date: Sun, 12 Jun 2016 19:59:14 +0000 (-0400) Subject: dev-ruby/multipart-post: disable non-functional (and non-existant) test X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9d738c6172d8dff74005951f3ace533d20566d6d;p=gentoo.git dev-ruby/multipart-post: disable non-functional (and non-existant) test Package-Manager: portage-2.3.0_rc1 --- diff --git a/dev-ruby/multipart-post/multipart-post-2.0.0-r1.ebuild b/dev-ruby/multipart-post/multipart-post-2.0.0-r1.ebuild index 835263a659bf..5246e27311ab 100644 --- a/dev-ruby/multipart-post/multipart-post-2.0.0-r1.ebuild +++ b/dev-ruby/multipart-post/multipart-post-2.0.0-r1.ebuild @@ -21,6 +21,10 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="test" +RESTRICT="test" + each_ruby_test() { + #there is no possible way this can work + #/usr/bin/ruby21: No such file or directory -- testrb (LoadError) ${RUBY} -S testrb -Ilib test || die "Tests failed." }