diff options
Diffstat (limited to 'www-servers/tomcat/tomcat-6.0.4.ebuild')
-rw-r--r-- | www-servers/tomcat/tomcat-6.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/tomcat/tomcat-6.0.4.ebuild b/www-servers/tomcat/tomcat-6.0.4.ebuild index c393361c5132..f940307c230b 100644 --- a/www-servers/tomcat/tomcat-6.0.4.ebuild +++ b/www-servers/tomcat/tomcat-6.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-6.0.4.ebuild,v 1.1 2006/12/08 07:00:27 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-6.0.4.ebuild,v 1.2 2006/12/08 10:08:00 betelgeuse Exp $ inherit eutils java-pkg-2 java-ant-2 @@ -59,7 +59,7 @@ src_unpack() { } src_compile(){ - # Prevent out of memory/heap space errors + # Prevent out of memory/heap space errors java-pkg_force-compiler ecj-3.2 local antflags="build-jasper-jdt build-only -Dbase.path=${T}" |