diff options
author | Sam James <sam@gentoo.org> | 2024-02-06 06:47:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-06 06:47:08 +0000 |
commit | d1a5fd5326d4f532e5f082713939d7194b494a0b (patch) | |
tree | f661b2fdaf7c33aabb83935708577e007660f21f /sys-apps | |
parent | dev-perl/MooX-late: add dev-perl/Module-Runtime dep (diff) | |
download | gentoo-d1a5fd5326d4f532e5f082713939d7194b494a0b.tar.gz gentoo-d1a5fd5326d4f532e5f082713939d7194b494a0b.tar.bz2 gentoo-d1a5fd5326d4f532e5f082713939d7194b494a0b.zip |
sys-apps/iproute2: Stabilize 6.6.0-r3 ppc64, #923860
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/iproute2/iproute2-6.6.0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild b/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild index 7bc648f5a920..6ae595dfae96 100644 --- a/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild +++ b/sys-apps/iproute2/iproute2-6.6.0-r3.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" |