diff options
author | 2004-10-20 06:18:45 +0000 | |
---|---|---|
committer | 2004-10-20 06:18:45 +0000 | |
commit | edd60a2525267c9748ae167c2bc295dccf7cc720 (patch) | |
tree | 556cc7dab55f51a867356ce95f3897ef879470fe | |
parent | Stable on mips, bug #67062 (Manifest recommit) (diff) | |
download | gentoo-2-edd60a2525267c9748ae167c2bc295dccf7cc720.tar.gz gentoo-2-edd60a2525267c9748ae167c2bc295dccf7cc720.tar.bz2 gentoo-2-edd60a2525267c9748ae167c2bc295dccf7cc720.zip |
Keywords ~amd64.
-rw-r--r-- | dev-java/fastutil/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/fastutil/fastutil-4.1.ebuild | 4 | ||||
-rw-r--r-- | dev-java/fesi-bin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/fesi-bin/fesi-bin-1.1.5.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-java/fastutil/ChangeLog b/dev-java/fastutil/ChangeLog index 9bec19da6ade..89a5b6bb7ab5 100644 --- a/dev-java/fastutil/ChangeLog +++ b/dev-java/fastutil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/fastutil # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.7 2004/10/16 17:12:23 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.8 2004/10/20 06:15:31 absinthe Exp $ + + 20 Oct 2004; Dylan Carlson <absinthe@gentoo.org> fastutil-4.1.ebuild: + Keywords ~amd64. 16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> fastutil-4.1.ebuild: use java-pkg_dohtml instead of dohtml to also install the package-list in diff --git a/dev-java/fastutil/fastutil-4.1.ebuild b/dev-java/fastutil/fastutil-4.1.ebuild index c68872ea49bb..0aae4d80be6b 100644 --- a/dev-java/fastutil/fastutil-4.1.ebuild +++ b/dev-java/fastutil/fastutil-4.1.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/fastutil/fastutil-4.1.ebuild,v 1.7 2004/10/16 17:12:23 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-4.1.ebuild,v 1.8 2004/10/20 06:15:31 absinthe Exp $ inherit java-pkg @@ -10,7 +10,7 @@ HOMEPAGE="http://fastutil.dsi.unimi.it" LICENSE="LGPL-2.1" SLOT="0" IUSE="doc jikes" -KEYWORDS="x86 ~sparc ppc" +KEYWORDS="x86 ~sparc ppc ~amd64" DEPEND=">=virtual/jdk-1.4 >=dev-java/ant-1.5.4" diff --git a/dev-java/fesi-bin/ChangeLog b/dev-java/fesi-bin/ChangeLog index 533d1285ae30..6f43862d891d 100644 --- a/dev-java/fesi-bin/ChangeLog +++ b/dev-java/fesi-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/fesi-bin # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fesi-bin/ChangeLog,v 1.3 2004/10/16 17:12:42 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fesi-bin/ChangeLog,v 1.4 2004/10/20 06:18:45 absinthe Exp $ + + 20 Oct 2004; Dylan Carlson <absinthe@gentoo.org> fesi-bin-1.1.5.ebuild: + Keywords ~amd64. 16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> fesi-bin-1.1.5.ebuild: use java-pkg_dohtml instead of dohtml to also install the package-list in diff --git a/dev-java/fesi-bin/fesi-bin-1.1.5.ebuild b/dev-java/fesi-bin/fesi-bin-1.1.5.ebuild index 83f492d3ee01..ca73291de7d9 100644 --- a/dev-java/fesi-bin/fesi-bin-1.1.5.ebuild +++ b/dev-java/fesi-bin/fesi-bin-1.1.5.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/fesi-bin/fesi-bin-1.1.5.ebuild,v 1.2 2004/10/16 17:12:42 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fesi-bin/fesi-bin-1.1.5.ebuild,v 1.3 2004/10/20 06:18:45 absinthe Exp $ inherit java-pkg @@ -11,7 +11,7 @@ DEPEND=">=virtual/jre-1.4" LICENSE="LGPL-2.1" SLOT="0" IUSE="doc" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~amd64" S=${WORKDIR}/${PN/-bin} |