diff options
Diffstat (limited to 'www-servers/tomcat/tomcat-6.0.14.ebuild')
-rw-r--r-- | www-servers/tomcat/tomcat-6.0.14.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-servers/tomcat/tomcat-6.0.14.ebuild b/www-servers/tomcat/tomcat-6.0.14.ebuild index 666bc0076cb5..cb252459fd25 100644 --- a/www-servers/tomcat/tomcat-6.0.14.ebuild +++ b/www-servers/tomcat/tomcat-6.0.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-6.0.14.ebuild,v 1.6 2007/10/12 02:47:16 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-6.0.14.ebuild,v 1.7 2008/01/10 23:08:12 caster Exp $ WANT_ANT_TASKS="ant-trax" @@ -31,7 +31,7 @@ RDEPEND=">=virtual/jre-1.5 DEPEND=">=virtual/jdk-1.5 ${COMMON_DEPEND} - test? ( dev-java/junit )" + test? ( =dev-java/junit-3.8* )" S=${WORKDIR}/${MY_P} |