diff options
author | Sam James <sam@gentoo.org> | 2024-11-11 15:20:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-11 15:20:50 +0000 |
commit | 153a11a940b9d43b1952dbea294acc6abe4acf63 (patch) | |
tree | 128ab3f3a219a142610f4b80df9e23ac1d351d24 | |
parent | sys-apps/iproute2: Stabilize 6.11.0 sparc, #943268 (diff) | |
download | gentoo-153a11a940b9d43b1952dbea294acc6abe4acf63.tar.gz gentoo-153a11a940b9d43b1952dbea294acc6abe4acf63.tar.bz2 gentoo-153a11a940b9d43b1952dbea294acc6abe4acf63.zip |
sys-apps/iproute2: Stabilize 6.11.0 x86, #943268
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-apps/iproute2/iproute2-6.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/iproute2/iproute2-6.11.0.ebuild b/sys-apps/iproute2/iproute2-6.11.0.ebuild index 489638bed97c..86571b7cd6ce 100644 --- a/sys-apps/iproute2/iproute2-6.11.0.ebuild +++ b/sys-apps/iproute2/iproute2-6.11.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" |