diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2017-01-26 11:33:10 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-01-26 21:49:43 +0000 |
commit | efad38ebbc098e5871b3d083c07249b15a951658 (patch) | |
tree | 5d00a847ffedce71a6397b5e8a671e9cd8a05f89 /virtual/jre | |
parent | dev-db/phpmyadmin: Add first 4.7 series beta. (diff) | |
download | gentoo-efad38ebbc098e5871b3d083c07249b15a951658.tar.gz gentoo-efad38ebbc098e5871b3d083c07249b15a951658.tar.bz2 gentoo-efad38ebbc098e5871b3d083c07249b15a951658.zip |
virtual/jre: added ~arm64 keyword. Tested on cortex-a53 Dependency of icedtea on arm64
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"
Closes: https://github.com/gentoo/gentoo/pull/3668
Diffstat (limited to 'virtual/jre')
-rw-r--r-- | virtual/jre/jre-1.8.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/jre/jre-1.8.0-r1.ebuild b/virtual/jre/jre-1.8.0-r1.ebuild index 2629a7cc614a..5bb0acb66825 100644 --- a/virtual/jre/jre-1.8.0-r1.ebuild +++ b/virtual/jre/jre-1.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="6" DESCRIPTION="Virtual for Java Runtime Environment (JRE)" SLOT="1.8" -KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris" +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris" RDEPEND="|| ( virtual/jdk:1.8 |