]> Pileus Git - ~andy/sunrise/blob - dev-lang/rubinius/files/rubyopts_unset.patch
Bump to latest, no ebuild change
[~andy/sunrise] / dev-lang / rubinius / files / rubyopts_unset.patch
1 diff -u -r work/Rakefile old-work/Rakefile
2 --- work/Rakefile       2010-05-14 10:21:35.000000000 -0700
3 +++ old-work/Rakefile   2010-06-10 11:39:56.000000000 -0700
4 @@ -38,7 +38,7 @@
5      ENV["CFLAGS"]      = "-Ivm/capi"
6    end
7  
8 -  sh "bin/mspec ci --background"
9 +  sh "RUBYOPT='' bin/mspec ci --background"
10  end
11  
12  # See vm.rake for more information
13 diff -u -r work/bin/rbx-build old-work/bin/rbx-build
14 --- work/bin/rbx-build  2010-05-14 10:21:35.000000000 -0700
15 +++ old-work/bin/rbx-build      2010-06-10 11:37:12.000000000 -0700
16 @@ -7,4 +7,6 @@
17  export RBX_LIB="$BASE_DIR/lib"
18  export RBX_CAPI_DIR="$BASE_DIR/vm/capi"
19  
20 +unset RUBYOPT
21 +
22  exec $BIN_DIR/../vm/vm "$*"