diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-06 22:55:41 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-06-08 00:02:16 +0300 |
commit | 2a7a4e74ac8cc37b5526c873702f84ca63f13879 (patch) | |
tree | 3fb00d54af3a78c75bd8b94e781acb6fe8d1176a /sys-apps | |
parent | net-libs/nghttp2: arm64 stable (bug #726834) (diff) | |
download | gentoo-2a7a4e74ac8cc37b5526c873702f84ca63f13879.tar.gz gentoo-2a7a4e74ac8cc37b5526c873702f84ca63f13879.tar.bz2 gentoo-2a7a4e74ac8cc37b5526c873702f84ca63f13879.zip |
sys-apps/iproute2: arm64 stable (bug #723948)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/iproute2/iproute2-5.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/iproute2/iproute2-5.4.0.ebuild b/sys-apps/iproute2/iproute2-5.4.0.ebuild index d3d22e8b0f8c..d79f9a329ba0 100644 --- a/sys-apps/iproute2/iproute2-5.4.0.ebuild +++ b/sys-apps/iproute2/iproute2-5.4.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86" fi DESCRIPTION="kernel routing and traffic control utilities" |