diff options
author | Vlastimil Babka <caster@gentoo.org> | 2006-11-30 15:16:08 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2006-11-30 15:16:08 +0000 |
commit | 3cbe1b5f5914ae857074cbe2dc95644ad742255b (patch) | |
tree | d89296a0718b028ac58003f6e450928cc05f019a /dev-db/jxtray | |
parent | Fix xerces-2 dep to ensure it pulls ebuild of the right slot. (diff) | |
download | gentoo-2-3cbe1b5f5914ae857074cbe2dc95644ad742255b.tar.gz gentoo-2-3cbe1b5f5914ae857074cbe2dc95644ad742255b.tar.bz2 gentoo-2-3cbe1b5f5914ae857074cbe2dc95644ad742255b.zip |
Update xerces dep for upcoming 2.6 slotmove.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'dev-db/jxtray')
-rw-r--r-- | dev-db/jxtray/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/jxtray/jxtray-0.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-db/jxtray/ChangeLog b/dev-db/jxtray/ChangeLog index 42a318807c50..3e9058c94284 100644 --- a/dev-db/jxtray/ChangeLog +++ b/dev-db/jxtray/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/jxtray -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/jxtray/ChangeLog,v 1.8 2005/12/11 17:46:20 nichoj Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/jxtray/ChangeLog,v 1.9 2006/11/30 15:16:08 caster Exp $ + + 30 Nov 2006; Vlastimil Babka <caster@gentoo.org> jxtray-0.5.ebuild: + Update xerces dep for upcoming 2.6 slotmove. 11 Dec 2005; Joshua Nichols <nichoj@gentoo.org> jxtray-0.5.ebuild: Loosened xerces dependency. diff --git a/dev-db/jxtray/jxtray-0.5.ebuild b/dev-db/jxtray/jxtray-0.5.ebuild index 3dbc7f2ae1c2..33068d65fce2 100644 --- a/dev-db/jxtray/jxtray-0.5.ebuild +++ b/dev-db/jxtray/jxtray-0.5.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-db/jxtray/jxtray-0.5.ebuild,v 1.9 2005/12/11 17:46:20 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/jxtray/jxtray-0.5.ebuild,v 1.10 2006/11/30 15:16:08 caster Exp $ inherit java-pkg @@ -17,7 +17,7 @@ RDEPEND=">=virtual/jre-1.3 >=dev-java/kunststoff-2.0.2 dev-java/poi dev-java/sax - >=dev-java/xerces-2.6 + >=dev-java/xerces-2.7 dev-java/xml-commons firebird? ( dev-java/jdbc3-firebird ) mssql? ( =dev-java/jtds-0.9* ) |