diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-03-17 04:31:02 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-03-17 04:31:02 +0000 |
commit | 6f6331fb1259a2ede581dbecfc66f658f7dba1e0 (patch) | |
tree | 9bc416bc98c6ee41f2995c16c02b669454269e04 /net-www | |
parent | Added patches for debug-mode as recommended in Bug 43003 (Manifest recommit) (diff) | |
download | gentoo-2-6f6331fb1259a2ede581dbecfc66f658f7dba1e0.tar.gz gentoo-2-6f6331fb1259a2ede581dbecfc66f658f7dba1e0.tar.bz2 gentoo-2-6f6331fb1259a2ede581dbecfc66f658f7dba1e0.zip |
Added a new depend on >=java-config-1.2.6 so we don't run into problems ;)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/tomcat/tomcat-5.0.18.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-www/tomcat/tomcat-5.0.18.ebuild b/net-www/tomcat/tomcat-5.0.18.ebuild index 75721ac4bed8..7f3886ba8e67 100644 --- a/net-www/tomcat/tomcat-5.0.18.ebuild +++ b/net-www/tomcat/tomcat-5.0.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-5.0.18.ebuild,v 1.3 2004/02/22 07:27:17 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-5.0.18.ebuild,v 1.4 2004/03/17 04:31:02 zx Exp $ inherit eutils @@ -10,7 +10,8 @@ HOMEPAGE="http://jakarta.apache.org/tomcat" KEYWORDS="x86 ppc sparc ~alpha" LICENSE="Apache-1.1" SLOT="0" -DEPEND="sys-apps/sed" +DEPEND="sys-apps/sed + >=java-config-1.2.6" RDEPEND=">=virtual/jdk-1.2" IUSE="doc jikes" |