diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-09-30 11:59:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-09-30 11:59:25 +0000 |
commit | 7a2af1ed0bd86d2800d8f4178e35d0542b072c79 (patch) | |
tree | 4a0b687da1f7b131862c2a6d981878abffc85df6 /dev-java | |
parent | Stable for amd64, wrt bug #434756 (diff) | |
download | gentoo-2-7a2af1ed0bd86d2800d8f4178e35d0542b072c79.tar.gz gentoo-2-7a2af1ed0bd86d2800d8f4178e35d0542b072c79.tar.bz2 gentoo-2-7a2af1ed0bd86d2800d8f4178e35d0542b072c79.zip |
Stable for amd64, wrt bug #428078
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-java')
-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 4c31d2b7de30..8fe8465c4b4e 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.56 2012/06/10 10:37:28 sera Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.57 2012/09/30 11:59:25 ago Exp $ + + 30 Sep 2012; Agostino Sarubbo <ago@gentoo.org> icu4j-49.1.ebuild: + Stable for amd64, wrt bug #428078 *icu4j-49.1 (10 Jun 2012) diff --git a/dev-java/icu4j/icu4j-49.1.ebuild b/dev-java/icu4j/icu4j-49.1.ebuild index b16e80f47a53..0414572f57c7 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.1 2012/06/10 10:37:28 sera Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-49.1.ebuild,v 1.2 2012/09/30 11:59:25 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 |