diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 11:02:22 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 11:02:22 +0000 |
commit | 4f2015dec7b56ede6a718ea68b1c58206e3f450f (patch) | |
tree | 69faf7347458748fb5723c55fa3ba5040316c170 /sys-apps/iproute2 | |
parent | sys-fs/libeatmydata: Stabilize 131 amd64, #899528 (diff) | |
download | gentoo-4f2015dec7b56ede6a718ea68b1c58206e3f450f.tar.gz gentoo-4f2015dec7b56ede6a718ea68b1c58206e3f450f.tar.bz2 gentoo-4f2015dec7b56ede6a718ea68b1c58206e3f450f.zip |
sys-apps/iproute2: Stabilize 6.2.0 arm, #899554
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/iproute2-6.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/iproute2/iproute2-6.2.0.ebuild b/sys-apps/iproute2/iproute2-6.2.0.ebuild index 831b5a3fbf14..7d7e846ca977 100644 --- a/sys-apps/iproute2/iproute2-6.2.0.ebuild +++ b/sys-apps/iproute2/iproute2-6.2.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" |