diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2017-01-26 11:35:55 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-01-26 21:49:45 +0000 |
commit | 5562920d5a571860debeece0959fb2c8d3dd457f (patch) | |
tree | 03cde82e5e1fc410009133e836265225abf9c3c3 /virtual/jre | |
parent | virtual/jre: added ~arm64 keyword. Tested on cortex-a53 Dependency of icedtea... (diff) | |
download | gentoo-5562920d5a571860debeece0959fb2c8d3dd457f.tar.gz gentoo-5562920d5a571860debeece0959fb2c8d3dd457f.tar.bz2 gentoo-5562920d5a571860debeece0959fb2c8d3dd457f.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
Closes: https://github.com/gentoo/gentoo/pull/3668
Diffstat (limited to 'virtual/jre')
-rw-r--r-- | virtual/jre/jre-1.7.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/jre/jre-1.7.0-r2.ebuild b/virtual/jre/jre-1.7.0-r2.ebuild index 7f3cdb34853e..541933784c2a 100644 --- a/virtual/jre/jre-1.7.0-r2.ebuild +++ b/virtual/jre/jre-1.7.0-r2.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,6 +6,6 @@ EAPI="6" DESCRIPTION="Virtual for Java Runtime Environment (JRE)" SLOT="1.7" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND="virtual/jdk:1.7" |