diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-13 22:41:20 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-13 22:42:18 +0200 |
commit | c45fc3d0c22d90862885fd59bf5acf314fae6eb3 (patch) | |
tree | 142c5bc6e85931b2fdc05192cd77efe6942d4f8b /dev-java/jansi-native | |
parent | dev-java/jansi: keyword ~arm64 (diff) | |
download | gentoo-c45fc3d0c22d90862885fd59bf5acf314fae6eb3.tar.gz gentoo-c45fc3d0c22d90862885fd59bf5acf314fae6eb3.tar.bz2 gentoo-c45fc3d0c22d90862885fd59bf5acf314fae6eb3.zip |
dev-java/jansi-native: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-java/jansi-native')
-rw-r--r-- | dev-java/jansi-native/jansi-native-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jansi-native/jansi-native-1.5.ebuild b/dev-java/jansi-native/jansi-native-1.5.ebuild index ce243f131ad1..c8f3b978c70f 100644 --- a/dev-java/jansi-native/jansi-native-1.5.ebuild +++ b/dev-java/jansi-native/jansi-native-1.5.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/fusesource/${PN}/tarball/${P} -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc64 x86" +KEYWORDS="amd64 ~arm64 ppc64 x86" CDEPEND="dev-java/hawtjni-runtime:0" |