diff options
author | Sam James <sam@gentoo.org> | 2021-04-28 17:02:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-28 17:03:59 +0000 |
commit | ffd1ba1a07f29e543c4b80adba20e45486313980 (patch) | |
tree | 2f63e85d904925dd1497de0ec762238c201c2928 /sys-apps/iproute2 | |
parent | x11-misc/synergy: Stabilize 1.13.1.41 amd64, #786174 (diff) | |
download | gentoo-ffd1ba1a07f29e543c4b80adba20e45486313980.tar.gz gentoo-ffd1ba1a07f29e543c4b80adba20e45486313980.tar.bz2 gentoo-ffd1ba1a07f29e543c4b80adba20e45486313980.zip |
sys-apps/iproute2: Stabilize 5.10.0-r1 amd64, #786390
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/iproute2-5.10.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/iproute2/iproute2-5.10.0-r1.ebuild b/sys-apps/iproute2/iproute2-5.10.0-r1.ebuild index ca9aaf48bb15..cc079e1e1d94 100644 --- a/sys-apps/iproute2/iproute2-5.10.0-r1.ebuild +++ b/sys-apps/iproute2/iproute2-5.10.0-r1.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" |