aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2019-02-11 06:44:38 -0500
committerAnthony G. Basile <blueness@gentoo.org>2019-02-11 06:44:38 -0500
commit961dc57610c2cf5227ce400bb5493b91e6a70065 (patch)
treecbf451d46de4429a65f17fd835948d6abbda321c
parentsys-apps/iproute2: version bump to 4.20.0 (diff)
downloadmusl-961dc57610c2cf5227ce400bb5493b91e6a70065.tar.gz
musl-961dc57610c2cf5227ce400bb5493b91e6a70065.tar.bz2
musl-961dc57610c2cf5227ce400bb5493b91e6a70065.zip
sys-apps/iproute2: drop to just arches supported on musl
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--sys-apps/iproute2/iproute2-4.20.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/iproute2/iproute2-4.20.0.ebuild b/sys-apps/iproute2/iproute2-4.20.0.ebuild
index 713141e0..bfce3d1b 100644
--- a/sys-apps/iproute2/iproute2-4.20.0.ebuild
+++ b/sys-apps/iproute2/iproute2-4.20.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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
fi
DESCRIPTION="kernel routing and traffic control utilities"