diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-02-21 23:53:09 -0500 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-22 22:32:47 +0200 |
commit | 1f3fda4a39e4454386cf673e5fb3dc2dd873fd0c (patch) | |
tree | 660c996f82697c3d17d0f65a13f33cdbeb8df5fa /sys-apps | |
parent | dev-lang/php: whitelist more implicitly defined functions in ./configure (diff) | |
download | gentoo-1f3fda4a39e4454386cf673e5fb3dc2dd873fd0c.tar.gz gentoo-1f3fda4a39e4454386cf673e5fb3dc2dd873fd0c.tar.bz2 gentoo-1f3fda4a39e4454386cf673e5fb3dc2dd873fd0c.zip |
sys-apps/iproute2: Stabilize 6.6.0-r3 hppa, #923860
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Arthur Zamarin <arthurzam@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 146963fc9afa..fc029883a9e9 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" |