sys-apps/iproute2: enable arm64 build

This commit is contained in:
David Michael 2017-01-03 11:54:51 -08:00
parent 6a776e66a7
commit 144b334078

View File

@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-2 inherit git-2
else else
SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz" 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 fi
DESCRIPTION="kernel routing and traffic control utilities" DESCRIPTION="kernel routing and traffic control utilities"