diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-03-20 13:49:49 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-03-20 13:49:49 +0000 |
commit | d4c74b8e6ea744b4daaaf1dd276b3a21804dcd58 (patch) | |
tree | 23f60f1b203eb5dfb84908d55764c1edac41af5b /dev-java/icu4j | |
parent | amd64 stable, bug 310181 (diff) | |
download | gentoo-2-d4c74b8e6ea744b4daaaf1dd276b3a21804dcd58.tar.gz gentoo-2-d4c74b8e6ea744b4daaaf1dd276b3a21804dcd58.tar.bz2 gentoo-2-d4c74b8e6ea744b4daaaf1dd276b3a21804dcd58.zip |
amd64 stable, bug 310181
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/icu4j')
-rw-r--r-- | dev-java/icu4j/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/icu4j/icu4j-4.0.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/icu4j/ChangeLog b/dev-java/icu4j/ChangeLog index a0975d9b1fed..1b4c1feeaa78 100644 --- a/dev-java/icu4j/ChangeLog +++ b/dev-java/icu4j/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/icu4j # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.34 2010/01/03 20:45:49 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.35 2010/03/20 13:49:49 pacho Exp $ + + 20 Mar 2010; Pacho Ramos <pacho@gentoo.org> icu4j-4.0.1.1.ebuild: + amd64 stable, bug 310181 03 Jan 2010; Christian Faulhammer <fauli@gentoo.org> icu4j-3.8.1-r1.ebuild, icu4j-4.0.1.1.ebuild, icu4j-4.2.ebuild: diff --git a/dev-java/icu4j/icu4j-4.0.1.1.ebuild b/dev-java/icu4j/icu4j-4.0.1.1.ebuild index ea7b564cb214..f973bd2d12f8 100644 --- a/dev-java/icu4j/icu4j-4.0.1.1.ebuild +++ b/dev-java/icu4j/icu4j-4.0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-4.0.1.1.ebuild,v 1.2 2010/01/03 20:45:49 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-4.0.1.1.ebuild,v 1.3 2010/03/20 13:49:49 pacho Exp $ EAPI=2 @@ -23,7 +23,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="4" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" RDEPEND=">=virtual/jre-1.4" |