diff options
author | 2006-11-30 16:01:59 +0000 | |
---|---|---|
committer | 2006-11-30 16:01:59 +0000 | |
commit | 2b796c949b4761e130824250da81abd4bfd0fccf (patch) | |
tree | 8168a547918c1ed1a0cb007b748b6f23a111791d /dev-java/nekohtml | |
parent | Update xerces dep for upcoming 2.6 slotmove. (diff) | |
download | historical-2b796c949b4761e130824250da81abd4bfd0fccf.tar.gz historical-2b796c949b4761e130824250da81abd4bfd0fccf.tar.bz2 historical-2b796c949b4761e130824250da81abd4bfd0fccf.zip |
Update xerces dep for upcoming 2.6 slotmove.
Package-Manager: portage-2.1.2_rc2-r3
Diffstat (limited to 'dev-java/nekohtml')
-rw-r--r-- | dev-java/nekohtml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/nekohtml/nekohtml-0.9.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/nekohtml/ChangeLog b/dev-java/nekohtml/ChangeLog index b8a010de5068..437d5b096169 100644 --- a/dev-java/nekohtml/ChangeLog +++ b/dev-java/nekohtml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/nekohtml # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/nekohtml/ChangeLog,v 1.1 2006/10/12 04:47:24 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/nekohtml/ChangeLog,v 1.2 2006/11/30 15:50:50 caster Exp $ + + 30 Nov 2006; Vlastimil Babka <caster@gentoo.org> nekohtml-0.9.5.ebuild: + Update xerces dep for upcoming 2.6 slotmove. *nekohtml-0.9.5 (12 Oct 2006) diff --git a/dev-java/nekohtml/nekohtml-0.9.5.ebuild b/dev-java/nekohtml/nekohtml-0.9.5.ebuild index 952dfdeedc36..834fd3e2448a 100644 --- a/dev-java/nekohtml/nekohtml-0.9.5.ebuild +++ b/dev-java/nekohtml/nekohtml-0.9.5.ebuild @@ -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/dev-java/nekohtml/nekohtml-0.9.5.ebuild,v 1.1 2006/10/12 04:47:24 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/nekohtml/nekohtml-0.9.5.ebuild,v 1.2 2006/11/30 15:50:50 caster Exp $ inherit java-pkg-2 java-ant-2 eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.apache.org/~andyc/neko/${P}.tar.gz" DEPEND=">=virtual/jdk-1.3 dev-java/ant-core" RDEPEND=">=virtual/jre-1.3 - =dev-java/xerces-2* + >=dev-java/xerces-2.7 dev-java/xalan" LICENSE="CyberNeko-1.0" SLOT="0" |