diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-05-06 11:07:46 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-05-06 11:07:46 +0000 |
commit | b40d5ff6fab00067924b7407a5c10ddd92fab409 (patch) | |
tree | 56d5926ce0ba544baf279733a1b4852d6bb47590 /dev-lang/boo/files | |
parent | Version bump. (diff) | |
download | gentoo-2-b40d5ff6fab00067924b7407a5c10ddd92fab409.tar.gz gentoo-2-b40d5ff6fab00067924b7407a5c10ddd92fab409.tar.bz2 gentoo-2-b40d5ff6fab00067924b7407a5c10ddd92fab409.zip |
Fix bug 268610. Thanks to Priit Laes <amd@store20.com> for reporting.
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/boo/files')
-rw-r--r-- | dev-lang/boo/files/boo-0.9.1.3287-GACproblems.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-lang/boo/files/boo-0.9.1.3287-GACproblems.patch b/dev-lang/boo/files/boo-0.9.1.3287-GACproblems.patch new file mode 100644 index 000000000000..e563bcf8b905 --- /dev/null +++ b/dev-lang/boo/files/boo-0.9.1.3287-GACproblems.patch @@ -0,0 +1,29 @@ +diff -NrU5 boo-0.9.1.3287.orig/default.build boo-0.9.1.3287/default.build +--- boo-0.9.1.3287.orig/default.build 2009-05-06 12:07:51.000000000 +0200 ++++ boo-0.9.1.3287/default.build 2009-05-06 12:25:31.000000000 +0200 +@@ -561,17 +561,24 @@ + <include name="*.exe"/>
+ <include name="*.rsp"/>
+ <include name="*.config"/>
+ <include name="*.targets"/>
+ <include name="*.Tasks.dll" />
++ <include name="Boo.Lang.Extensions.dll" />
+ </fileset>
+ </copy>
+
+ <foreach item="File" property="filename">
+ <in>
+ <items>
+- <include name="${build.dir}/Boo.Lang*.dll" />
++ <include name="${build.dir}/Boo.Lang.dll" />
++ <include name="${build.dir}/Boo.Lang.CodeDom.dll" />
++ <include name="${build.dir}/Boo.Lang.Compiler.dll" />
++ <include name="${build.dir}/Boo.Lang.Interpreter.dll" />
++ <include name="${build.dir}/Boo.Lang.Parser.dll" />
++ <include name="${build.dir}/Boo.Lang.PatternMatching.dll" />
++ <include name="${build.dir}/Boo.Lang.Useful.dll" />
+ </items>
+ </in>
+ <do>
+ <exec program="gacutil" useruntimeengine="false" workingdir="${build.dir}">
+ <arg value="/i" />
|