diff options
author | Johannes Huber <johu@gentoo.org> | 2012-10-01 16:32:31 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-10-01 16:32:31 +0000 |
commit | 88d8a05936fdfff4ac4e90e9b3add03379bb9441 (patch) | |
tree | d23650e0fa07dc0cb4e1c7a51a5680496102af6f /dev-java/icu4j | |
parent | Version bump. (diff) | |
download | gentoo-2-88d8a05936fdfff4ac4e90e9b3add03379bb9441.tar.gz gentoo-2-88d8a05936fdfff4ac4e90e9b3add03379bb9441.tar.bz2 gentoo-2-88d8a05936fdfff4ac4e90e9b3add03379bb9441.zip |
Stable for x86, wrt bug #428078
(Portage version: 2.2.0_alpha133/cvs/Linux i686)
Diffstat (limited to 'dev-java/icu4j')
-rw-r--r-- | dev-java/icu4j/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/icu4j/icu4j-49.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/icu4j/ChangeLog b/dev-java/icu4j/ChangeLog index 8fe8465c4b4e..4aadb1ee2359 100644 --- a/dev-java/icu4j/ChangeLog +++ b/dev-java/icu4j/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/icu4j # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.57 2012/09/30 11:59:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.58 2012/10/01 16:32:31 johu Exp $ + + 01 Oct 2012; Johannes Huber <johu@gentoo.org> icu4j-49.1.ebuild: + Stable for x86, wrt bug #428078 30 Sep 2012; Agostino Sarubbo <ago@gentoo.org> icu4j-49.1.ebuild: Stable for amd64, wrt bug #428078 diff --git a/dev-java/icu4j/icu4j-49.1.ebuild b/dev-java/icu4j/icu4j-49.1.ebuild index 0414572f57c7..0cde38776de7 100644 --- a/dev-java/icu4j/icu4j-49.1.ebuild +++ b/dev-java/icu4j/icu4j-49.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-49.1.ebuild,v 1.2 2012/09/30 11:59:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-49.1.ebuild,v 1.3 2012/10/01 16:32:31 johu Exp $ EAPI=4 @@ -17,7 +17,7 @@ SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${PV//./_}.tgz" LICENSE="icu" SLOT="49" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" # Beware of jdk version dependant code #361593 |