commit: 9d738c6172d8dff74005951f3ace533d20566d6d
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 19:59:14 2016 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 04:36:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d738c61
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 835263a..5246e27 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."
}