diff options
author | Tom Gall <tgall@gentoo.org> | 2007-01-04 05:39:42 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2007-01-04 05:39:42 +0000 |
commit | 84b0475720a38521659b45c94e76d028f95c13e3 (patch) | |
tree | 1faeeebed322d07e6cc52c290da80fc1db6b1f19 /dev-java/xmldb | |
parent | fix compile for new kernel (bug #157111) (diff) | |
download | historical-84b0475720a38521659b45c94e76d028f95c13e3.tar.gz historical-84b0475720a38521659b45c94e76d028f95c13e3.tar.bz2 historical-84b0475720a38521659b45c94e76d028f95c13e3.zip |
stable on ppc64
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'dev-java/xmldb')
-rw-r--r-- | dev-java/xmldb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/xmldb/xmldb-20011111.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-java/xmldb/ChangeLog b/dev-java/xmldb/ChangeLog index a8022b7977da..673775a4498e 100644 --- a/dev-java/xmldb/ChangeLog +++ b/dev-java/xmldb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/xmldb # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xmldb/ChangeLog,v 1.16 2006/12/09 09:26:20 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xmldb/ChangeLog,v 1.17 2007/01/04 05:39:42 tgall Exp $ + + 03 Jan 2007; Tom Gall <tgall@gentoo.org> xmldb-20011111.ebuild: + stable on ppc64 09 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> xmldb-20011111-r1.ebuild: diff --git a/dev-java/xmldb/xmldb-20011111.ebuild b/dev-java/xmldb/xmldb-20011111.ebuild index 2ac03d862f01..2ad863db951e 100644 --- a/dev-java/xmldb/xmldb-20011111.ebuild +++ b/dev-java/xmldb/xmldb-20011111.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xmldb/xmldb-20011111.ebuild,v 1.12 2006/11/30 15:59:46 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xmldb/xmldb-20011111.ebuild,v 1.13 2007/01/04 05:39:42 tgall Exp $ inherit java-pkg eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/xmldb-org/${MY_P}.tar.gz" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="doc jikes source" #When someone has the time, please make compiling the junit tests optional |