diff options
author | Brent Baude <ranger@gentoo.org> | 2010-01-20 02:35:51 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-01-20 02:35:51 +0000 |
commit | ccf68d61357503a30d52674dfb0a39a2140fb0e5 (patch) | |
tree | b5792c619989cc30ab73652175a0c6ecfe246125 /dev-java | |
parent | Initial import (diff) | |
download | gentoo-2-ccf68d61357503a30d52674dfb0a39a2140fb0e5.tar.gz gentoo-2-ccf68d61357503a30d52674dfb0a39a2140fb0e5.tar.bz2 gentoo-2-ccf68d61357503a30d52674dfb0a39a2140fb0e5.zip |
Marking fastutil-5.1.3 ppc64 for bug 281006
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/fastutil/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/fastutil/fastutil-5.1.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/fastutil/ChangeLog b/dev-java/fastutil/ChangeLog index bbaabed32f18..1e428c03c220 100644 --- a/dev-java/fastutil/ChangeLog +++ b/dev-java/fastutil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/fastutil -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.45 2008/10/25 16:52:12 nixnut Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.46 2010/01/20 02:35:51 ranger Exp $ + + 20 Jan 2010; Brent Baude <ranger@gentoo.org> fastutil-5.1.3.ebuild: + Marking fastutil-5.1.3 ppc64 for bug 281006 25 Oct 2008; nixnut <nixnut@gentoo.org> fastutil-5.1.3.ebuild: Stable on ppc wrt bug 242974 diff --git a/dev-java/fastutil/fastutil-5.1.3.ebuild b/dev-java/fastutil/fastutil-5.1.3.ebuild index 4e290becf166..18aa9c8799b7 100644 --- a/dev-java/fastutil/fastutil-5.1.3.ebuild +++ b/dev-java/fastutil/fastutil-5.1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-5.1.3.ebuild,v 1.3 2008/10/25 16:52:12 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-5.1.3.ebuild,v 1.4 2010/01/20 02:35:51 ranger 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 ~ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5" |