summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-java/javatoolkit/ChangeLog5
-rw-r--r--dev-java/javatoolkit/javatoolkit-0.1.0.ebuild4
-rw-r--r--dev-java/jclasslib/ChangeLog5
-rw-r--r--dev-java/jclasslib/jclasslib-2.0.ebuild4
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-java/javatoolkit/ChangeLog b/dev-java/javatoolkit/ChangeLog
index c3846a22eb22..13cc92a2144f 100644
--- a/dev-java/javatoolkit/ChangeLog
+++ b/dev-java/javatoolkit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/javatoolkit
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/javatoolkit/ChangeLog,v 1.3 2004/09/30 00:01:36 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/javatoolkit/ChangeLog,v 1.4 2004/10/20 09:09:39 absinthe Exp $
+
+ 20 Oct 2004; Dylan Carlson <absinthe@gentoo.org> javatoolkit-0.1.0.ebuild:
+ Keywords ~amd64.
28 Sep 2004; Sven Wegener <swegener@gentoo.org> :
Gentoo Technologies, Inc. -> Gentoo Foundation
diff --git a/dev-java/javatoolkit/javatoolkit-0.1.0.ebuild b/dev-java/javatoolkit/javatoolkit-0.1.0.ebuild
index 4e8f55ad25ed..1613b92f86f5 100644
--- a/dev-java/javatoolkit/javatoolkit-0.1.0.ebuild
+++ b/dev-java/javatoolkit/javatoolkit-0.1.0.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/javatoolkit/javatoolkit-0.1.0.ebuild,v 1.2 2004/08/11 08:54:35 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/javatoolkit/javatoolkit-0.1.0.ebuild,v 1.3 2004/10/20 09:09:39 absinthe Exp $
DESCRIPTION="Collection of Gentoo-specific tools for Java"
HOMEPAGE="http://dev.gentoo.org/~karltk/projects/java/"
SRC_URI="http://dev.gentoo.org/~karltk/projects/java/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~x86 ~ppc ~amd64"
IUSE=""
src_compile() {
diff --git a/dev-java/jclasslib/ChangeLog b/dev-java/jclasslib/ChangeLog
index df14ebd56f73..18a4970580f7 100644
--- a/dev-java/jclasslib/ChangeLog
+++ b/dev-java/jclasslib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/jclasslib
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jclasslib/ChangeLog,v 1.3 2004/10/17 09:49:56 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jclasslib/ChangeLog,v 1.4 2004/10/20 09:11:31 absinthe Exp $
+
+ 20 Oct 2004; Dylan Carlson <absinthe@gentoo.org> jclasslib-2.0.ebuild:
+ Keywords ~amd64.
17 Oct 2004; David Holm <dholm@gentoo.org> jclasslib-2.0.ebuild:
Added to ~ppc.
diff --git a/dev-java/jclasslib/jclasslib-2.0.ebuild b/dev-java/jclasslib/jclasslib-2.0.ebuild
index b5b302c1db8a..856f0f25ed38 100644
--- a/dev-java/jclasslib/jclasslib-2.0.ebuild
+++ b/dev-java/jclasslib/jclasslib-2.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/jclasslib/jclasslib-2.0.ebuild,v 1.3 2004/10/17 09:49:56 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jclasslib/jclasslib-2.0.ebuild,v 1.4 2004/10/20 09:11:31 absinthe Exp $
inherit java-pkg eutils
@@ -14,7 +14,7 @@ MY_PV=${PV/./_}
SRC_URI="mirror://sourceforge/${PN}/${PN}_unix_${MY_PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~x86 ~ppc ~amd64"
IUSE="doc"
DEPEND=">=virtual/jdk-1.4
dev-java/ant"