diff options
author | Holger Hoffstätte <holger@applied-asynchrony.com> | 2024-09-27 18:42:08 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-05 08:22:05 +0100 |
commit | c4199a114abb048079dde60877d8a93c1d422b8a (patch) | |
tree | b9afdbda0e9fb0d8fa1c44032bbb817b71159c5c /net-analyzer | |
parent | net-analyzer/wireshark: add 4.4.0, fix handling of release notes (diff) | |
download | gentoo-c4199a114abb048079dde60877d8a93c1d422b8a.tar.gz gentoo-c4199a114abb048079dde60877d8a93c1d422b8a.tar.bz2 gentoo-c4199a114abb048079dde60877d8a93c1d422b8a.zip |
net-analyzer/wirehark: forward ~ppc64
This got lost in 68a076021aefb6c1cb2f799b7b759474a38cbb84
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Closes: https://github.com/gentoo/gentoo/pull/38495
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild b/net-analyzer/wireshark/wireshark-9999.ebuild index ec60ad18b9d9..e7fd1536a4ed 100644 --- a/net-analyzer/wireshark/wireshark-9999.ebuild +++ b/net-analyzer/wireshark/wireshark-9999.ebuild @@ -23,7 +23,7 @@ else S="${WORKDIR}/${P/_/}" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv ~x86" fi fi |