diff options
author | 2004-10-20 06:18:45 +0000 | |
---|---|---|
committer | 2004-10-20 06:18:45 +0000 | |
commit | 0046e1a99c7bc033092025a0aae009d5ebc2c635 (patch) | |
tree | 134ffca36d64fd930266748f9ab68901577f9f7f /dev-java/fastutil | |
parent | Stable on mips, bug #67062 (diff) | |
download | historical-0046e1a99c7bc033092025a0aae009d5ebc2c635.tar.gz historical-0046e1a99c7bc033092025a0aae009d5ebc2c635.tar.bz2 historical-0046e1a99c7bc033092025a0aae009d5ebc2c635.zip |
Keywords ~amd64.
Diffstat (limited to 'dev-java/fastutil')
-rw-r--r-- | dev-java/fastutil/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/fastutil/fastutil-4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 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" |