Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/java-config/
Date: Tue, 24 Jan 2017 20:21:13
Message-Id: 1485289239.5d43fe0c94f6e1df10f4fa8ecb2f9cd8a06d07f4.chewi@gentoo
1 commit: 5d43fe0c94f6e1df10f4fa8ecb2f9cd8a06d07f4
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 17:59:34 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 20:20:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d43fe0c
7
8 dev-java/java-config: added ~arm64 keyword Used by oracle-jdk-bin, which is already keyworded
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3632
12
13 dev-java/java-config/java-config-2.2.0-r3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 index 5e3bd67..184ff95 100644
18 --- a/dev-java/java-config/java-config-2.2.0-r3.ebuild
19 +++ b/dev-java/java-config/java-config-2.2.0-r3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -15,7 +15,7 @@ SRC_URI="https://dev.gentoo.org/~sera/distfiles/${P}.tar.bz2"
27
28 LICENSE="GPL-2"
29 SLOT="2"
30 -KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd"
31 +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-fbsd ~x86-fbsd"
32 IUSE="test"
33
34 DEPEND="test? ( sys-apps/portage[${PYTHON_USEDEP}] )"