From 144b334078b403d1c2168a0566673ca21874691c Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 3 Jan 2017 11:54:51 -0800 Subject: [PATCH] sys-apps/iproute2: enable arm64 build --- .../coreos-overlay/sys-apps/iproute2/iproute2-3.19.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/iproute2/iproute2-3.19.0.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/iproute2/iproute2-3.19.0.ebuild index 0e512cb34a..daae49727c 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/iproute2/iproute2-3.19.0.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/iproute2/iproute2-3.19.0.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi DESCRIPTION="kernel routing and traffic control utilities"