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/icedtea-web/
Date: Thu, 26 Jan 2017 21:50:23
Message-Id: 1485467390.ad059355f1ed93b9d707000d904c33b1092a54cf.chewi@gentoo
1 commit: ad059355f1ed93b9d707000d904c33b1092a54cf
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 26 11:40:23 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 26 21:49:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad059355
7
8 dev-java/icedtea-web:added ~arm64 keyword. Tested on cortex-a53 Dependency of icedtea on arm64
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3668
12
13 dev-java/icedtea-web/icedtea-web-1.6.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-java/icedtea-web/icedtea-web-1.6.2.ebuild b/dev-java/icedtea-web/icedtea-web-1.6.2.ebuild
17 index 250c65c..627a07f 100644
18 --- a/dev-java/icedtea-web/icedtea-web-1.6.2.ebuild
19 +++ b/dev-java/icedtea-web/icedtea-web-1.6.2.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 @@ -13,7 +13,7 @@ HOMEPAGE="http://icedtea.classpath.org"
27 SRC_URI="http://icedtea.classpath.org/download/source/${P}.tar.gz"
28 LICENSE="GPL-2 GPL-2-with-linking-exception LGPL-2"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
31 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
32 IUSE="doc javascript nsplugin tagsoup test"
33 RESTRICT="test"