diff options
author | Markus Rothe <corsair@gentoo.org> | 2004-12-18 09:33:34 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2004-12-18 09:33:34 +0000 |
commit | 61087fc269930278fede75d064da7abce61afb2b (patch) | |
tree | ffc03cc2e66b542554cf36fe32aa207bcd6e9a28 /dev-java/oro | |
parent | added ~ppc64 to KEYWORDS (Manifest recommit) (diff) | |
download | gentoo-2-61087fc269930278fede75d064da7abce61afb2b.tar.gz gentoo-2-61087fc269930278fede75d064da7abce61afb2b.tar.bz2 gentoo-2-61087fc269930278fede75d064da7abce61afb2b.zip |
added ~ppc64 to KEYWORDS
Diffstat (limited to 'dev-java/oro')
-rw-r--r-- | dev-java/oro/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/oro/oro-2.0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/oro/ChangeLog b/dev-java/oro/ChangeLog index 2d5666b2ae92..3eeffe8bc93e 100644 --- a/dev-java/oro/ChangeLog +++ b/dev-java/oro/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/oro # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/oro/ChangeLog,v 1.16 2004/10/16 17:31:33 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/oro/ChangeLog,v 1.17 2004/12/18 09:31:03 corsair Exp $ + + 18 Dec 2004; Markus Rothe <corsair@gentoo.org> oro-2.0.8.ebuild: + added ~ppc64 to KEYWORDS 16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> oro-2.0.8.ebuild: use java-pkg_dohtml instead of dohtml to also install the package-list in diff --git a/dev-java/oro/oro-2.0.8.ebuild b/dev-java/oro/oro-2.0.8.ebuild index c98c906a5d56..82c4553a2bea 100644 --- a/dev-java/oro/oro-2.0.8.ebuild +++ b/dev-java/oro/oro-2.0.8.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-java/oro/oro-2.0.8.ebuild,v 1.7 2004/10/16 17:31:33 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/oro/oro-2.0.8.ebuild,v 1.8 2004/12/18 09:31:03 corsair Exp $ inherit java-pkg @@ -10,7 +10,7 @@ SRC_URI="mirror://apache/jakarta/oro/source/jakarta-${PN}-${PV}.tar.gz" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="x86 ppc sparc amd64" +KEYWORDS="x86 ppc sparc amd64 ~ppc64" IUSE="doc jikes" DEPEND=">=virtual/jdk-1.3 |