mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-07 00:47:39 -08:00
guava:20 is needed so that Java 7 can be dropped from Gentoo. Support for GNU Readline was dropped from Jython in an earlier version so the flag and its associated code is of no use now. There is no need to fix the CLASSPATH in src/shell/jython as this script is not installed or used at all. I have verified this by grepping the installed result and deleting the script before building. Package-Manager: portage-2.3.2
12 lines
547 B
Diff
12 lines
547 B
Diff
--- a/build.xml.orig 2015-06-27 16:12:08.442000000 +0000
|
|
+++ b/build.xml 2015-06-27 16:12:15.684000000 +0000
|
|
@@ -448,7 +448,7 @@
|
|
</target>
|
|
|
|
<target name="antlr_gen" depends="prepare-output" unless="antlr.notneeded">
|
|
- <java classname="org.antlr.Tool" failonerror="true" fork="true" dir="${jython.base.dir}">
|
|
+ <java classname="org.antlr.Tool" failonerror="false" fork="true" dir="${jython.base.dir}">
|
|
<jvmarg value="-Xmx512m"/>
|
|
<arg value="-Xconversiontimeout"/>
|
|
<arg value="2000"/>
|