diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 04:15:10 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 04:15:10 +0000 |
commit | 588a9aeaee4d1da0d9f9a1ba857a6a254cad4ea8 (patch) | |
tree | 82d2a4586d97ecc7db9f90a00f0490b9d7974af0 /dev-java | |
parent | x86 stable wrt bug #492006 (diff) | |
download | gentoo-2-588a9aeaee4d1da0d9f9a1ba857a6a254cad4ea8.tar.gz gentoo-2-588a9aeaee4d1da0d9f9a1ba857a6a254cad4ea8.tar.bz2 gentoo-2-588a9aeaee4d1da0d9f9a1ba857a6a254cad4ea8.zip |
x86 stable wrt bug #492008
(Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/fastutil/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/fastutil/fastutil-6.5.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/fastutil/ChangeLog b/dev-java/fastutil/ChangeLog index a1848c1725fc..e2ff92cf3e22 100644 --- a/dev-java/fastutil/ChangeLog +++ b/dev-java/fastutil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/fastutil -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.49 2013/11/07 03:50:24 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.50 2014/02/24 04:15:10 phajdan.jr Exp $ + + 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> fastutil-6.5.4.ebuild: + x86 stable wrt bug #492008 07 Nov 2013; Patrick Lauer <patrick@gentoo.org> fastutil-4.3.1-r1.ebuild, fastutil-4.4.2-r1.ebuild, fastutil-5.0.9.ebuild: diff --git a/dev-java/fastutil/fastutil-6.5.4.ebuild b/dev-java/fastutil/fastutil-6.5.4.ebuild index 0d59c0d527d8..190e0040bffc 100644 --- a/dev-java/fastutil/fastutil-6.5.4.ebuild +++ b/dev-java/fastutil/fastutil-6.5.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild,v 1.2 2013/05/30 08:51:46 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild,v 1.3 2014/02/24 04:15:10 phajdan.jr Exp $ EAPI="5" @@ -14,7 +14,7 @@ HOMEPAGE="http://fastutil.dsi.unimi.it" LICENSE="Apache-2.0" SLOT="6.5" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 x86" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5" |