diff options
author | Sam James <sam@gentoo.org> | 2021-08-11 01:00:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-11 01:02:24 +0100 |
commit | 82238cca96ce9a200b68ea4df03fef2bd542927d (patch) | |
tree | 0055a7809bf2093d1be388ecf81f7fd21d0dff6c /sys-apps/iproute2 | |
parent | dev-libs/libbpf: Stabilize 0.4.0 x86, #807484 (diff) | |
download | gentoo-82238cca96ce9a200b68ea4df03fef2bd542927d.tar.gz gentoo-82238cca96ce9a200b68ea4df03fef2bd542927d.tar.bz2 gentoo-82238cca96ce9a200b68ea4df03fef2bd542927d.zip |
sys-apps/iproute2: Stabilize 5.13.0 x86, #807484
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/iproute2-5.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/iproute2/iproute2-5.13.0.ebuild b/sys-apps/iproute2/iproute2-5.13.0.ebuild index 6f75fcb769ac..f77bca84b80d 100644 --- a/sys-apps/iproute2/iproute2-5.13.0.ebuild +++ b/sys-apps/iproute2/iproute2-5.13.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 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" fi DESCRIPTION="kernel routing and traffic control utilities" |