diff options
author | Sam James <sam@gentoo.org> | 2022-10-08 21:43:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-08 21:43:27 +0100 |
commit | 5c2d309a94e6ace706f37b5373973e16b98946ef (patch) | |
tree | d246ce31a9bbcb50b075b21ae10e20db454c5ed0 /net-analyzer | |
parent | net-analyzer/wireshark: add 4.0.0, drop 4.0.0_rc2 (diff) | |
download | gentoo-5c2d309a94e6ace706f37b5373973e16b98946ef.tar.gz gentoo-5c2d309a94e6ace706f37b5373973e16b98946ef.tar.bz2 gentoo-5c2d309a94e6ace706f37b5373973e16b98946ef.zip |
net-analyzer/wireshark: Stabilize 3.6.6 ppc64, #856028
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-3.6.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-3.6.6.ebuild b/net-analyzer/wireshark/wireshark-3.6.6.ebuild index 373d120f39a6..4116451fbbfc 100644 --- a/net-analyzer/wireshark/wireshark-3.6.6.ebuild +++ b/net-analyzer/wireshark/wireshark-3.6.6.ebuild @@ -18,7 +18,7 @@ else SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz" S="${WORKDIR}/${P/_/}" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc64 ~riscv x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc64 ~riscv x86" fi LICENSE="GPL-2" |