diff options
Diffstat (limited to 'dev-java/icu4j')
-rw-r--r-- | dev-java/icu4j/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/icu4j/icu4j-3.8.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/icu4j/ChangeLog b/dev-java/icu4j/ChangeLog index 362e99681400..9c268f63e967 100644 --- a/dev-java/icu4j/ChangeLog +++ b/dev-java/icu4j/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/icu4j # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.25 2008/08/23 17:16:13 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.26 2008/08/24 14:16:18 corsair Exp $ + + 24 Aug 2008; Markus Rothe <corsair@gentoo.org> icu4j-3.8.1-r1.ebuild: + Stable on ppc64; bug #235509 23 Aug 2008; Markus Meier <maekke@gentoo.org> icu4j-3.8.1-r1.ebuild: amd64/x86 stable, bug #235509 diff --git a/dev-java/icu4j/icu4j-3.8.1-r1.ebuild b/dev-java/icu4j/icu4j-3.8.1-r1.ebuild index 1b0cf7a54a66..2ec5f142a6a0 100644 --- a/dev-java/icu4j/icu4j-3.8.1-r1.ebuild +++ b/dev-java/icu4j/icu4j-3.8.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-3.8.1-r1.ebuild,v 1.2 2008/08/23 17:16:13 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-3.8.1-r1.ebuild,v 1.3 2008/08/24 14:16:18 corsair Exp $ # We currently download the Javadoc documentation. # It could optionally be built using the Ant build file. @@ -21,7 +21,7 @@ SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${MY_PV}-src.ja HOMEPAGE="http://www.icu-project.org/" LICENSE="icu" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~ia64 ~ppc ppc64 x86 ~x86-fbsd" RDEPEND=">=virtual/jre-1.4" |