diff options
author | 2004-10-17 09:50:10 +0000 | |
---|---|---|
committer | 2004-10-17 09:50:10 +0000 | |
commit | 47245c4602a340ab2dbb993b17670dd951c3849b (patch) | |
tree | 65ce13a8071c731325b80786919e2e2bebe61fe7 /dev-java/icu4j | |
parent | stable on amd64. (diff) | |
download | historical-47245c4602a340ab2dbb993b17670dd951c3849b.tar.gz historical-47245c4602a340ab2dbb993b17670dd951c3849b.tar.bz2 historical-47245c4602a340ab2dbb993b17670dd951c3849b.zip |
Added to ~ppc
Diffstat (limited to 'dev-java/icu4j')
-rw-r--r-- | dev-java/icu4j/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/icu4j/icu4j-3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/icu4j/ChangeLog b/dev-java/icu4j/ChangeLog index c153c8ab0f23..8422b429e5fb 100644 --- a/dev-java/icu4j/ChangeLog +++ b/dev-java/icu4j/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/icu4j # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.2 2004/10/16 17:16:34 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.3 2004/10/17 09:45:43 dholm Exp $ + + 17 Oct 2004; David Holm <dholm@gentoo.org> icu4j-3.0.ebuild: + Added to ~ppc. 16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> icu4j-3.0.ebuild: use java-pkg_dohtml instead of dohtml to also install the package-list in diff --git a/dev-java/icu4j/icu4j-3.0.ebuild b/dev-java/icu4j/icu4j-3.0.ebuild index 83b3655b8584..3a34d016e486 100644 --- a/dev-java/icu4j/icu4j-3.0.ebuild +++ b/dev-java/icu4j/icu4j-3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-3.0.ebuild,v 1.2 2004/10/16 17:16:34 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-3.0.ebuild,v 1.3 2004/10/17 09:45:43 dholm Exp $ inherit java-pkg @@ -12,7 +12,7 @@ SRC_URI="ftp://www-126.ibm.com/pub/icu4j/${PV}/${PN}src_${MY_PV}.jar doc? ( ftp://www-126.ibm.com/pub/icu4j/${PV}/${PN}docs_${MY_PV}.jar )" LICENSE="icu" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="doc" DEPEND=">=virtual/jdk-1.4 dev-java/ant" |