summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-07-17 13:28:34 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-07-17 13:28:34 +0200
commit078509b70b3ba4a4feeb6e094e4c5641e8938c27 (patch)
treef49b78e23cd1ef466cdeee5f867d5e17bc8095ac
parentdev-java/jnr-posix: keyword ~arm64 (diff)
downloadgentoo-078509b70b3ba4a4feeb6e094e4c5641e8938c27.tar.gz
gentoo-078509b70b3ba4a4feeb6e094e4c5641e8938c27.tar.bz2
gentoo-078509b70b3ba4a4feeb6e094e4c5641e8938c27.zip
dev-java/netty-common: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r--dev-java/netty-common/netty-common-4.0.36.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/netty-common/netty-common-4.0.36.ebuild b/dev-java/netty-common/netty-common-4.0.36.ebuild
index f422e9568de7..f401578160c6 100644
--- a/dev-java/netty-common/netty-common-4.0.36.ebuild
+++ b/dev-java/netty-common/netty-common-4.0.36.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
EAPI="5"
@@ -14,7 +14,7 @@ HOMEPAGE="http://netty.io/"
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_P}.Final.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="test"
CDEPEND="dev-java/commons-logging:0