diff options
-rw-r--r-- | dev-java/fastutil/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/fastutil/fastutil-5.0.9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/fastutil/ChangeLog b/dev-java/fastutil/ChangeLog index 67491542b47c..de4c7c4935e8 100644 --- a/dev-java/fastutil/ChangeLog +++ b/dev-java/fastutil/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/fastutil # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.37 2007/11/17 22:10:20 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.38 2007/11/19 18:53:40 wltjr Exp $ + + 19 Nov 2007; William L. Thomson Jr. <wltjr@gentoo.org> + fastutil-5.0.9.ebuild: + amd64 stable, bug #199246. 17 Nov 2007; Christian Faulhammer <opfer@gentoo.org> fastutil-5.0.9.ebuild: diff --git a/dev-java/fastutil/fastutil-5.0.9.ebuild b/dev-java/fastutil/fastutil-5.0.9.ebuild index 24a69af79e02..763ad228a022 100644 --- a/dev-java/fastutil/fastutil-5.0.9.ebuild +++ b/dev-java/fastutil/fastutil-5.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-5.0.9.ebuild,v 1.2 2007/11/17 22:10:20 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-5.0.9.ebuild,v 1.3 2007/11/19 18:53:40 wltjr Exp $ JAVA_PKG_IUSE="doc source" @@ -12,7 +12,7 @@ HOMEPAGE="http://fastutil.dsi.unimi.it" LICENSE="LGPL-2.1" SLOT="5.0" IUSE="" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5" |