diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-22 08:48:21 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-22 08:48:21 +0000 |
commit | eacb7e035b894d6bd664f95c1faa0cfff61f0c4c (patch) | |
tree | 7596a65c5cb43744a3846ee6e45fe835278ca160 /dev-java/jgraph | |
parent | Keywords ~amd64. (Manifest recommit) (diff) | |
download | gentoo-2-eacb7e035b894d6bd664f95c1faa0cfff61f0c4c.tar.gz gentoo-2-eacb7e035b894d6bd664f95c1faa0cfff61f0c4c.tar.bz2 gentoo-2-eacb7e035b894d6bd664f95c1faa0cfff61f0c4c.zip |
Keywords ~amd64.
Diffstat (limited to 'dev-java/jgraph')
-rw-r--r-- | dev-java/jgraph/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/jgraph/jgraph-3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/jgraph/ChangeLog b/dev-java/jgraph/ChangeLog index 3cc0feb27feb..68eb165bb353 100644 --- a/dev-java/jgraph/ChangeLog +++ b/dev-java/jgraph/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jgraph # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jgraph/ChangeLog,v 1.6 2004/10/17 19:10:48 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jgraph/ChangeLog,v 1.7 2004/10/22 08:44:30 absinthe Exp $ + + 22 Oct 2004; Dylan Carlson <absinthe@gentoo.org> jgraph-3.2.ebuild: + Keywords ~amd64. 17 Oct 2004; Thomas Matthijs <axxo@gentoo.org> jgraph-3.2.ebuild: keyword x86 diff --git a/dev-java/jgraph/jgraph-3.2.ebuild b/dev-java/jgraph/jgraph-3.2.ebuild index 8f5733b99619..a86a5905c0d9 100644 --- a/dev-java/jgraph/jgraph-3.2.ebuild +++ b/dev-java/jgraph/jgraph-3.2.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/jgraph/jgraph-3.2.ebuild,v 1.5 2004/10/17 19:10:48 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jgraph/jgraph-3.2.ebuild,v 1.6 2004/10/22 08:44:30 absinthe Exp $ inherit java-pkg @@ -15,7 +15,7 @@ DEPEND=">=virtual/jdk-1.4 RDEPEND=">=virtual/jdk-1.4" LICENSE="jgraph" SLOT="0" -KEYWORDS="x86 ~sparc ~ppc" +KEYWORDS="x86 ~sparc ~ppc ~amd64" S=${WORKDIR} |