diff options
author | Sam James <sam@gentoo.org> | 2024-11-11 15:20:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-11 15:20:00 +0000 |
commit | 0c9cdf80897f1ced63b16ef694d286fbc49f15bb (patch) | |
tree | 91ccf29cf8fc64781617e81affb1d7caf580876a /net-misc | |
parent | net-misc/iputils: Stabilize 20240905 ppc, #943258 (diff) | |
download | gentoo-0c9cdf80897f1ced63b16ef694d286fbc49f15bb.tar.gz gentoo-0c9cdf80897f1ced63b16ef694d286fbc49f15bb.tar.bz2 gentoo-0c9cdf80897f1ced63b16ef694d286fbc49f15bb.zip |
net-misc/iputils: Stabilize 20240905 ppc64, #943258
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/iputils/iputils-20240905.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/iputils/iputils-20240905.ebuild b/net-misc/iputils/iputils-20240905.ebuild index 5bd060053a37..065d130ec1d0 100644 --- a/net-misc/iputils/iputils-20240905.ebuild +++ b/net-misc/iputils/iputils-20240905.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/iputils/iputils/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Network monitoring tools including ping and ping6" |