summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Carlson <absinthe@gentoo.org>2004-10-20 08:24:17 +0000
committerDylan Carlson <absinthe@gentoo.org>2004-10-20 08:24:17 +0000
commitb1cbf48a45ae2f0d12795db6f96f347000c2c63e (patch)
treeabf588b9adc496a6dbd21271ba260f896e3716a1 /dev-java/icu4j
parentKeywords ~amd64. (Manifest recommit) (diff)
downloadgentoo-2-b1cbf48a45ae2f0d12795db6f96f347000c2c63e.tar.gz
gentoo-2-b1cbf48a45ae2f0d12795db6f96f347000c2c63e.tar.bz2
gentoo-2-b1cbf48a45ae2f0d12795db6f96f347000c2c63e.zip
Keywords ~amd64.
Diffstat (limited to 'dev-java/icu4j')
-rw-r--r--dev-java/icu4j/ChangeLog5
-rw-r--r--dev-java/icu4j/icu4j-3.0.ebuild4
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"