From 8eade8eee88bc8edd7e80aaa69240cc79c7fd052 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 26 Apr 2025 04:50:55 +0100 Subject: [PATCH] sys-apps/iproute2: Stabilize 6.14.0 ppc64, #954518 Signed-off-by: Sam James --- sys-apps/iproute2/iproute2-6.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/iproute2/iproute2-6.14.0.ebuild b/sys-apps/iproute2/iproute2-6.14.0.ebuild index 45a3ad80bd058..66d0d24c177ad 100644 --- a/sys-apps/iproute2/iproute2-6.14.0.ebuild +++ b/sys-apps/iproute2/iproute2-6.14.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 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86" fi DESCRIPTION="kernel routing and traffic control utilities"