diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-20 11:35:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-20 11:35:29 +0000 |
commit | f99072afbc79e66456c7f9b0a15253016fb62304 (patch) | |
tree | 54d1f0a782dcd4324fcf775cbc20b95f4cefae68 /dev-java/fastutil | |
parent | Stable for ppc64, wrt bug #492004 (diff) | |
download | gentoo-2-f99072afbc79e66456c7f9b0a15253016fb62304.tar.gz gentoo-2-f99072afbc79e66456c7f9b0a15253016fb62304.tar.bz2 gentoo-2-f99072afbc79e66456c7f9b0a15253016fb62304.zip |
Stable for ppc64, wrt bug #492008
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-java/fastutil')
-rw-r--r-- | dev-java/fastutil/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/fastutil/fastutil-6.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/fastutil/ChangeLog b/dev-java/fastutil/ChangeLog index c62f57941b57..026864f7f9b5 100644 --- a/dev-java/fastutil/ChangeLog +++ b/dev-java/fastutil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/fastutil # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.52 2014/04/13 16:16:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.53 2014/04/20 11:35:29 ago Exp $ + + 20 Apr 2014; Agostino Sarubbo <ago@gentoo.org> fastutil-6.5.4.ebuild: + Stable for ppc64, wrt bug #492008 13 Apr 2014; Agostino Sarubbo <ago@gentoo.org> fastutil-6.5.4.ebuild: Stable for ppc, wrt bug #492008 diff --git a/dev-java/fastutil/fastutil-6.5.4.ebuild b/dev-java/fastutil/fastutil-6.5.4.ebuild index 0e378c5be0b4..f1e8309482ae 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-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.5 2014/04/13 16:16:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild,v 1.6 2014/04/20 11:35:29 ago 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" |