commit: 3e88951776e315d3ec666bcf3e7c4fbe6c09cabd
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 23 18:29:32 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Sep 23 18:29:32 2018 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=3e889517
sys-apps/iproute2: stabilize on all musl supported arches
Package-Manager: Portage-2.3.40, Repoman-2.3.9
sys-apps/iproute2/iproute2-4.17.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/iproute2/iproute2-4.17.0.ebuild
b/sys-apps/iproute2/iproute2-4.17.0.ebuild
index bbe612b..3796d2a 100644
--- a/sys-apps/iproute2/iproute2-4.17.0.ebuild
+++ b/sys-apps/iproute2/iproute2-4.17.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
+ KEYWORDS="amd64 arm ~arm64 ~mips ppc x86"
fi
DESCRIPTION="kernel routing and traffic control utilities"