diff options
-rw-r--r-- | dev-java/jnr-constants/jnr-constants-0.8.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jnr-constants/jnr-constants-0.8.6.ebuild b/dev-java/jnr-constants/jnr-constants-0.8.6.ebuild index ac7387eb9c67..3f8c33be960e 100644 --- a/dev-java/jnr-constants/jnr-constants-0.8.6.ebuild +++ b/dev-java/jnr-constants/jnr-constants-0.8.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="https://github.com/jnr/${PN}/archive/${P}.tar.gz" LICENSE="|| ( Apache-2.0 LGPL-3 )" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" RDEPEND=" >=virtual/jre-1.6" |