diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-13 20:27:52 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-13 20:32:21 +0200 |
commit | e8ac7737d632b55c95cc47977c84a9e23fe5d731 (patch) | |
tree | 698a1b865d2416ab32290d3a6cfee8268f99aeda /dev-java/objenesis | |
parent | dev-java/easymock: keyword ~arm64 (diff) | |
download | gentoo-e8ac7737d632b55c95cc47977c84a9e23fe5d731.tar.gz gentoo-e8ac7737d632b55c95cc47977c84a9e23fe5d731.tar.bz2 gentoo-e8ac7737d632b55c95cc47977c84a9e23fe5d731.zip |
dev-java/objenesis: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-java/objenesis')
-rw-r--r-- | dev-java/objenesis/objenesis-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/objenesis/objenesis-1.3.ebuild b/dev-java/objenesis/objenesis-1.3.ebuild index e0e815a65d5e..0622138a4c35 100644 --- a/dev-java/objenesis/objenesis-1.3.ebuild +++ b/dev-java/objenesis/objenesis-1.3.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://${PN}.googlecode.com/files/${P}-bin.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc64 x86" +KEYWORDS="amd64 ~arm64 ppc64 x86" IUSE="" RDEPEND=">=virtual/jre-1.5" |