diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-13 19:26:05 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-13 19:27:35 +0200 |
commit | fdfc4d310fdd4ce59912de53f225a3805748a92c (patch) | |
tree | 4e3f9ca8c6657b072cc1e3b5d3216b3e6d715cd5 /dev-java/jffi | |
parent | dev-java/fontbox: keyword ~arm64 (diff) | |
download | gentoo-fdfc4d310fdd4ce59912de53f225a3805748a92c.tar.gz gentoo-fdfc4d310fdd4ce59912de53f225a3805748a92c.tar.bz2 gentoo-fdfc4d310fdd4ce59912de53f225a3805748a92c.zip |
dev-java/jffi: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-java/jffi')
-rw-r--r-- | dev-java/jffi/jffi-1.2.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jffi/jffi-1.2.9.ebuild b/dev-java/jffi/jffi-1.2.9.ebuild index a0c68d324f6f..51bc215bdac7 100644 --- a/dev-java/jffi/jffi-1.2.9.ebuild +++ b/dev-java/jffi/jffi-1.2.9.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" @@ -13,7 +13,7 @@ SRC_URI="https://github.com/jnr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( Apache-2.0 LGPL-3 )" SLOT="1.2" -KEYWORDS="amd64 ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm64 ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos" CDEPEND="virtual/libffi:0" |