diff options
Diffstat (limited to 'dev-java/stax/stax-1.2.0.ebuild')
-rw-r--r-- | dev-java/stax/stax-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/stax/stax-1.2.0.ebuild b/dev-java/stax/stax-1.2.0.ebuild index 673e7ed90223..307c58ee29a6 100644 --- a/dev-java/stax/stax-1.2.0.ebuild +++ b/dev-java/stax/stax-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/stax/stax-1.2.0.ebuild,v 1.2 2007/07/19 13:34:39 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/stax/stax-1.2.0.ebuild,v 1.3 2007/10/06 20:20:53 dertobi123 Exp $ JAVA_PKG_IUSE="doc source" @@ -12,7 +12,7 @@ SRC_URI="http://dist.codehaus.org/${PN}/distributions/${PN}-src-${PV}.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND=">=virtual/jre-1.4" |