diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-20 08:24:17 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-20 08:24:17 +0000 |
commit | a780645a066bf9ac82195199e0e30e04dae8b36c (patch) | |
tree | 79de6d9d6b268c5cd45d9fe538ba9bc746fbd3a5 /dev-java/icu4j | |
parent | Keywords ~amd64. (diff) | |
download | historical-a780645a066bf9ac82195199e0e30e04dae8b36c.tar.gz historical-a780645a066bf9ac82195199e0e30e04dae8b36c.tar.bz2 historical-a780645a066bf9ac82195199e0e30e04dae8b36c.zip |
Keywords ~amd64.
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 8422b429e5fb..aed6c7acf57e 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.3 2004/10/17 09:45:43 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.4 2004/10/20 08:24:17 absinthe Exp $ + + 20 Oct 2004; Dylan Carlson <absinthe@gentoo.org> icu4j-3.0.ebuild: + Keywords ~amd64. 17 Oct 2004; David Holm <dholm@gentoo.org> icu4j-3.0.ebuild: Added to ~ppc. diff --git a/dev-java/icu4j/icu4j-3.0.ebuild b/dev-java/icu4j/icu4j-3.0.ebuild index 3a34d016e486..e5230e41f0f8 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.3 2004/10/17 09:45:43 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-3.0.ebuild,v 1.4 2004/10/20 08:24:17 absinthe 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 ~ppc" +KEYWORDS="~x86 ~ppc ~amd64" IUSE="doc" DEPEND=">=virtual/jdk-1.4 dev-java/ant" |