diff options
author | 2011-02-22 22:00:00 +0000 | |
---|---|---|
committer | 2011-02-22 22:00:00 +0000 | |
commit | 0bd3e6466e508861e60e41c9494938ca605f2b44 (patch) | |
tree | 976be30e33ef9394e9387c88b56ba62b68ed7107 /dev-lang/rubinius/files/no_specs.patch | |
parent | dev-python/python-debian: New ebuild for bug 356129 (diff) | |
download | sunrise-0bd3e6466e508861e60e41c9494938ca605f2b44.tar.gz sunrise-0bd3e6466e508861e60e41c9494938ca605f2b44.tar.bz2 sunrise-0bd3e6466e508861e60e41c9494938ca605f2b44.zip |
dev-lang/rubinius: New Ebuild for bug 334177 - thanks to Tommy[D], bapa, binki
svn path=/sunrise/; revision=11789
Diffstat (limited to 'dev-lang/rubinius/files/no_specs.patch')
-rw-r--r-- | dev-lang/rubinius/files/no_specs.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-lang/rubinius/files/no_specs.patch b/dev-lang/rubinius/files/no_specs.patch new file mode 100644 index 000000000..1bd912f1b --- /dev/null +++ b/dev-lang/rubinius/files/no_specs.patch @@ -0,0 +1,10 @@ +diff -u -r old-work/Rakefile work/Rakefile +--- old-work/Rakefile 2010-06-10 11:39:56.000000000 -0700 ++++ work/Rakefile 2010-06-10 12:25:16.000000000 -0700 +@@ -38,7 +38,7 @@ + ENV["CFLAGS"] = "-Ivm/capi" + end + +- sh "RUBYOPT='' bin/mspec ci --background" ++ puts "Tests should go here" + end |