summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/icu4j')
-rw-r--r--dev-java/icu4j/ChangeLog5
-rw-r--r--dev-java/icu4j/icu4j-3.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/icu4j/ChangeLog b/dev-java/icu4j/ChangeLog
index 48466be19a95..f524f1f01fea 100644
--- a/dev-java/icu4j/ChangeLog
+++ b/dev-java/icu4j/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/icu4j
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.5 2005/04/28 19:18:51 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.6 2005/06/12 18:10:11 weeve Exp $
+
+ 12 Jun 2005; Jason Wever <weeve@gentoo.org> icu4j-3.0.ebuild:
+ Added ~sparc keyword wrt bug #95859.
28 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org> icu4j-3.0.ebuild:
stable on amd64, ppc and x86. introduced support for the jikes and the source
diff --git a/dev-java/icu4j/icu4j-3.0.ebuild b/dev-java/icu4j/icu4j-3.0.ebuild
index 9466ee99c55d..30d5b9c7d836 100644
--- a/dev-java/icu4j/icu4j-3.0.ebuild
+++ b/dev-java/icu4j/icu4j-3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-3.0.ebuild,v 1.5 2005/04/28 19:18:51 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-3.0.ebuild,v 1.6 2005/06/12 18:10:11 weeve Exp $
inherit java-pkg
@@ -12,7 +12,7 @@ SRC_URI="ftp://www-126.ibm.com/pub/icu4j/${PV}/${PN}src_${MY_PV}.jar
doc? ( ftp://www-126.ibm.com/pub/icu4j/${PV}/${PN}docs_${MY_PV}.jar )"
LICENSE="icu"
SLOT="0"
-KEYWORDS="x86 ppc amd64"
+KEYWORDS="amd64 ppc ~sparc x86"
IUSE="doc jikes source"
DEPEND=">=virtual/jdk-1.4
dev-java/ant-core