diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-13 22:42:06 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-13 22:42:19 +0200 |
commit | 2e63ccba180235faa4c36212eab8102162478d31 (patch) | |
tree | f1f07079bab7e21e388655e7e559340ec91f2122 /dev-java/hawtjni-runtime | |
parent | dev-java/j2objc-annotations: keyword ~arm64 (diff) | |
download | gentoo-2e63ccba180235faa4c36212eab8102162478d31.tar.gz gentoo-2e63ccba180235faa4c36212eab8102162478d31.tar.bz2 gentoo-2e63ccba180235faa4c36212eab8102162478d31.zip |
dev-java/hawtjni-runtime: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-java/hawtjni-runtime')
-rw-r--r-- | dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild b/dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild index e96c274fbd16..a3f08d3ca88e 100644 --- a/dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild +++ b/dev-java/hawtjni-runtime/hawtjni-runtime-1.10.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 EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/fusesource/hawtjni/archive/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc64 x86" +KEYWORDS="amd64 ~arm64 ppc64 x86" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5" |