diff options
author | 2017-01-24 17:59:34 +0000 | |
---|---|---|
committer | 2017-01-24 20:20:39 +0000 | |
commit | 5d43fe0c94f6e1df10f4fa8ecb2f9cd8a06d07f4 (patch) | |
tree | 846b5aad2b7b9835ce0ff782073ec1ad1a46cc24 /dev-java | |
parent | app-eselect/eselect-java: added ~arm64 keyword. dev-java/oracle-jdk-bin, alre... (diff) | |
download | gentoo-5d43fe0c94f6e1df10f4fa8ecb2f9cd8a06d07f4.tar.gz gentoo-5d43fe0c94f6e1df10f4fa8ecb2f9cd8a06d07f4.tar.bz2 gentoo-5d43fe0c94f6e1df10f4fa8ecb2f9cd8a06d07f4.zip |
dev-java/java-config: added ~arm64 keyword Used by oracle-jdk-bin, which is already keyworded
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3632
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/java-config/java-config-2.2.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/java-config/java-config-2.2.0-r3.ebuild b/dev-java/java-config/java-config-2.2.0-r3.ebuild index 5e3bd6748cf6..184ff95df50c 100644 --- a/dev-java/java-config/java-config-2.2.0-r3.ebuild +++ b/dev-java/java-config/java-config-2.2.0-r3.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 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="https://dev.gentoo.org/~sera/distfiles/${P}.tar.bz2" LICENSE="GPL-2" SLOT="2" -KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="test" DEPEND="test? ( sys-apps/portage[${PYTHON_USEDEP}] )" |