diff options
author | 2023-10-27 03:32:22 +0100 | |
---|---|---|
committer | 2023-10-27 03:32:22 +0100 | |
commit | 35a7283535958cbbfdd6af0071f9e5601b580913 (patch) | |
tree | 64a73a40e04c31590b7a864e87416f43e9e21545 /sys-apps/iproute2 | |
parent | net-dns/libidn2: Stabilize 2.3.4-r1 ppc64, #916083 (diff) | |
download | gentoo-35a7283535958cbbfdd6af0071f9e5601b580913.tar.gz gentoo-35a7283535958cbbfdd6af0071f9e5601b580913.tar.bz2 gentoo-35a7283535958cbbfdd6af0071f9e5601b580913.zip |
sys-apps/iproute2: Stabilize 6.5.0 ppc64, #916085
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/iproute2-6.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/iproute2/iproute2-6.5.0.ebuild b/sys-apps/iproute2/iproute2-6.5.0.ebuild index d8f2be72bc4e..7621ddc6eb47 100644 --- a/sys-apps/iproute2/iproute2-6.5.0.ebuild +++ b/sys-apps/iproute2/iproute2-6.5.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 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" fi DESCRIPTION="kernel routing and traffic control utilities" |