diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2005-01-05 22:30:29 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2005-01-05 22:30:29 +0000 |
commit | 38372fc8b2eb24a73a8169918776bdbeb4e44a40 (patch) | |
tree | fe4f6e438c3fafe356d124c08a5af42dd1700d8a /dev-java | |
parent | Removed all packed jars. Fixes #76738. (Manifest recommit) (diff) | |
download | gentoo-2-38372fc8b2eb24a73a8169918776bdbeb4e44a40.tar.gz gentoo-2-38372fc8b2eb24a73a8169918776bdbeb4e44a40.tar.bz2 gentoo-2-38372fc8b2eb24a73a8169918776bdbeb4e44a40.zip |
Slotted. Closes #73329
Diffstat (limited to 'dev-java')
-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 442c4d70250e..2b25d546879a 100644 --- a/dev-java/fastutil/ChangeLog +++ b/dev-java/fastutil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/fastutil # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.13 2005/01/01 18:24:07 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.14 2005/01/05 22:30:29 zx Exp $ + + 05 Jan 2005; Chris Aniszczyk <zx@gentoo.org> fastutil-4.1.ebuild: + Closes #73329 04 Dec 2004; Karl Trygve Kalleberg <karltk@gentoo.org> fastutil-4.3.1.ebuild: Partial fix for #73329. diff --git a/dev-java/fastutil/fastutil-4.1.ebuild b/dev-java/fastutil/fastutil-4.1.ebuild index 4e120a53c6d0..efd3bb4237eb 100644 --- a/dev-java/fastutil/fastutil-4.1.ebuild +++ b/dev-java/fastutil/fastutil-4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.9 2005/01/01 18:24:08 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-4.1.ebuild,v 1.10 2005/01/05 22:30:29 zx Exp $ inherit java-pkg @@ -8,7 +8,7 @@ DESCRIPTION="Provides type-specific maps, sets and lists with a small memory foo SRC_URI="http://fastutil.dsi.unimi.it/${P}-src.tar.gz" HOMEPAGE="http://fastutil.dsi.unimi.it" LICENSE="LGPL-2.1" -SLOT="0" +SLOT="4.1" IUSE="doc jikes" KEYWORDS="x86 ~sparc ppc ~amd64" |