diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-01-20 17:40:26 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-01-20 17:40:26 +0000 |
commit | 1521d195e3af76ce8d6477573a0fb79f7ae69774 (patch) | |
tree | 1ec6dd5ab3f9db8c02bbb05b4992f0d06c2213b9 /eclass/java-wsdp.eclass | |
parent | Stable on MIPS; bug #152770 (diff) | |
download | gentoo-2-1521d195e3af76ce8d6477573a0fb79f7ae69774.tar.gz gentoo-2-1521d195e3af76ce8d6477573a0fb79f7ae69774.tar.bz2 gentoo-2-1521d195e3af76ce8d6477573a0fb79f7ae69774.zip |
Fix bug #162952.
Diffstat (limited to 'eclass/java-wsdp.eclass')
-rw-r--r-- | eclass/java-wsdp.eclass | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/eclass/java-wsdp.eclass b/eclass/java-wsdp.eclass index e8d77a2364e2..ceefec2d07fc 100644 --- a/eclass/java-wsdp.eclass +++ b/eclass/java-wsdp.eclass @@ -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/eclass/java-wsdp.eclass,v 1.5 2006/11/10 15:21:31 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-wsdp.eclass,v 1.6 2007/01/20 17:40:26 nelchael Exp $ # # Original Author: Krzysiek Pawlik <nelchael@gentoo.org> @@ -29,10 +29,7 @@ IUSE="doc" # in src_unpack DEPEND=" >=virtual/jdk-1.5 - app-arch/unzip - dev-java/sax - dev-java/xalan - dev-java/xerces" + app-arch/unzip" RDEPEND=">=virtual/jre-1.5 ${RDEPEND}" |