diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-04-15 13:43:13 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-04-15 13:49:20 +0000 |
commit | cbdba714c9bf023f8e64643da102cb5874e7ef96 (patch) | |
tree | 99be5d6edd62cd7a9857108225c6704b5cca30fc /dev-java/fastutil | |
parent | sys-apps/util-linux: Bump the blocker on bash-completion for collisions (diff) | |
download | gentoo-cbdba714c9bf023f8e64643da102cb5874e7ef96.tar.gz gentoo-cbdba714c9bf023f8e64643da102cb5874e7ef96.tar.bz2 gentoo-cbdba714c9bf023f8e64643da102cb5874e7ef96.zip |
dev-java/fastutil: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-java/fastutil')
-rw-r--r-- | dev-java/fastutil/fastutil-7.0.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/fastutil/fastutil-7.0.10.ebuild b/dev-java/fastutil/fastutil-7.0.10.ebuild index e20bd2449a7d..e5d6235dfefe 100644 --- a/dev-java/fastutil/fastutil-7.0.10.ebuild +++ b/dev-java/fastutil/fastutil-7.0.10.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=5 JAVA_PKG_IUSE="doc source" @@ -14,10 +14,10 @@ SRC_URI="https://github.com/vigna/fastutil/archive/${PV}.zip -> ${P}.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ppc64 x86" -DEPEND=">=virtual/jdk-1.6" RDEPEND=">=virtual/jre-1.6" +DEPEND=">=virtual/jdk-1.6" src_compile() { emake sources |