diff options
author | 2006-11-30 16:02:26 +0000 | |
---|---|---|
committer | 2006-11-30 16:02:26 +0000 | |
commit | 8b9095c93d001b8ff76136c024aa5545423ab3d0 (patch) | |
tree | fac4c9af49e13337e2626d3d3970afb354901f82 /dev-util/j | |
parent | Update xerces dep for upcoming 2.6 slotmove. (diff) | |
download | gentoo-2-8b9095c93d001b8ff76136c024aa5545423ab3d0.tar.gz gentoo-2-8b9095c93d001b8ff76136c024aa5545423ab3d0.tar.bz2 gentoo-2-8b9095c93d001b8ff76136c024aa5545423ab3d0.zip |
Update xerces dep for upcoming 2.6 slotmove.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'dev-util/j')
-rw-r--r-- | dev-util/j/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/j/j-0.20.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/j/ChangeLog b/dev-util/j/ChangeLog index b29e5038acf5..2c857e96ed0a 100644 --- a/dev-util/j/ChangeLog +++ b/dev-util/j/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/j -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/j/ChangeLog,v 1.5 2005/11/23 04:32:50 nichoj Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/j/ChangeLog,v 1.6 2006/11/30 16:02:26 caster Exp $ + + 30 Nov 2006; Vlastimil Babka <caster@gentoo.org> j-0.20.2.ebuild: + Update xerces dep for upcoming 2.6 slotmove. 23 Nov 2005; <nichoj@gentoo.org> j-0.20.2.ebuild: Updated /usr/bin/j to use java-config for building classpath and finding java diff --git a/dev-util/j/j-0.20.2.ebuild b/dev-util/j/j-0.20.2.ebuild index fe1f89249fac..8e8f1e59b17d 100644 --- a/dev-util/j/j-0.20.2.ebuild +++ b/dev-util/j/j-0.20.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/j/j-0.20.2.ebuild,v 1.8 2005/11/23 04:32:50 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/j/j-0.20.2.ebuild,v 1.9 2006/11/30 16:02:26 caster Exp $ inherit java-pkg @@ -13,7 +13,7 @@ KEYWORDS="x86 ~amd64 ~ppc" IUSE="" RDEPEND=">=virtual/jre-1.4 - dev-java/xerces" + >=dev-java/xerces-2.7" DEPEND=">=virtual/jdk-1.4 ${RDEPEND}" |