Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netty-common/
Date: Mon, 17 Jul 2017 11:30:34
Message-Id: 1500290914.078509b70b3ba4a4feeb6e094e4c5641e8938c27.aballier@gentoo
1 commit: 078509b70b3ba4a4feeb6e094e4c5641e8938c27
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 17 11:28:34 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 17 11:28:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=078509b7
7
8 dev-java/netty-common: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-java/netty-common/netty-common-4.0.36.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/netty-common/netty-common-4.0.36.ebuild b/dev-java/netty-common/netty-common-4.0.36.ebuild
16 index f422e9568de..f401578160c 100644
17 --- a/dev-java/netty-common/netty-common-4.0.36.ebuild
18 +++ b/dev-java/netty-common/netty-common-4.0.36.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -14,7 +14,7 @@ HOMEPAGE="http://netty.io/"
26 SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_P}.Final.tar.gz"
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="~amd64 ~arm64 ~x86"
31 IUSE="test"
32
33 CDEPEND="dev-java/commons-logging:0