diff options
author | David Holm <dholm@gentoo.org> | 2004-09-03 17:31:17 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-09-03 17:31:17 +0000 |
commit | 014643a0d5c8dcfa46a1162ad78555eb1b0205ca (patch) | |
tree | c47bddaa721ced45272fce8b03fd7d60b5748d28 /dev-db/xindice | |
parent | Stable amd64, x86. (Manifest recommit) (diff) | |
download | gentoo-2-014643a0d5c8dcfa46a1162ad78555eb1b0205ca.tar.gz gentoo-2-014643a0d5c8dcfa46a1162ad78555eb1b0205ca.tar.bz2 gentoo-2-014643a0d5c8dcfa46a1162ad78555eb1b0205ca.zip |
Added to ~ppc
Diffstat (limited to 'dev-db/xindice')
-rw-r--r-- | dev-db/xindice/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/xindice/xindice-1.0-r2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-db/xindice/ChangeLog b/dev-db/xindice/ChangeLog index 55d0959b9cbe..7852ac5cc2f6 100644 --- a/dev-db/xindice/ChangeLog +++ b/dev-db/xindice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/xindice # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/xindice/ChangeLog,v 1.6 2004/08/27 10:16:52 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xindice/ChangeLog,v 1.7 2004/09/03 17:31:17 dholm Exp $ + + 03 Sep 2004; David Holm <dholm@gentoo.org> xindice-1.0-r2.ebuild: + Added to ~ppc. *xindice-1.0-r2 (27 Aug 2004) diff --git a/dev-db/xindice/xindice-1.0-r2.ebuild b/dev-db/xindice/xindice-1.0-r2.ebuild index fe3d32a3ac65..e92cdd1c410b 100644 --- a/dev-db/xindice/xindice-1.0-r2.ebuild +++ b/dev-db/xindice/xindice-1.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/xindice/xindice-1.0-r2.ebuild,v 1.1 2004/08/27 10:16:52 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xindice/xindice-1.0-r2.ebuild,v 1.2 2004/09/03 17:31:17 dholm Exp $ inherit eutils @@ -10,10 +10,10 @@ SRC_URI="http://xml.apache.org/xindice/dist/xml-xindice-${PV}.tar.gz" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="doc" -DEPEND=">=dev-java/sun-jdk-1.3 +DEPEND=">=virtual/jdk-1.3 dev-java/ant" S=${WORKDIR}/xml-${P} |