From 9d738c6172d8dff74005951f3ace533d20566d6d Mon Sep 17 00:00:00 2001 From: Zero_Chaos Date: Sun, 12 Jun 2016 15:59:14 -0400 Subject: [PATCH] dev-ruby/multipart-post: disable non-functional (and non-existant) test Package-Manager: portage-2.3.0_rc1 --- dev-ruby/multipart-post/multipart-post-2.0.0-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) 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." } -- 2.26.2