diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-07 21:33:24 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-07 21:33:24 +0000 |
commit | 47d3796b11698149b5d1d8ce6911d04ce41dde84 (patch) | |
tree | 2657478279793e31ac271d7fbf2d1a994c191f0f /dev-java/icu4j | |
parent | Version Bump (diff) | |
download | gentoo-2-47d3796b11698149b5d1d8ce6911d04ce41dde84.tar.gz gentoo-2-47d3796b11698149b5d1d8ce6911d04ce41dde84.tar.bz2 gentoo-2-47d3796b11698149b5d1d8ce6911d04ce41dde84.zip |
Stable for ppc, wrt bug #428078
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
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 4aadb1ee2359..c96d35e05c5f 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.58 2012/10/01 16:32:31 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.59 2012/12/07 21:33:24 ago Exp $ + + 07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> icu4j-49.1.ebuild: + Stable for ppc, wrt bug #428078 01 Oct 2012; Johannes Huber <johu@gentoo.org> icu4j-49.1.ebuild: Stable for x86, wrt bug #428078 diff --git a/dev-java/icu4j/icu4j-49.1.ebuild b/dev-java/icu4j/icu4j-49.1.ebuild index 0cde38776de7..eaeeaab7354a 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.3 2012/10/01 16:32:31 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-49.1.ebuild,v 1.4 2012/12/07 21:33:24 ago 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 |