diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-01 18:47:06 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-01 18:47:06 +0200 |
commit | 0efc3685e1a1a6e853b27f98fdf2cd7d7ea6c3a1 (patch) | |
tree | 91121a7408fea9e0dd6dc493ab8112428964b992 /net-analyzer | |
parent | net-analyzer/wireshark: Stabilize 4.0.3 arm64, #892151 (diff) | |
download | gentoo-0efc3685e1a1a6e853b27f98fdf2cd7d7ea6c3a1.tar.gz gentoo-0efc3685e1a1a6e853b27f98fdf2cd7d7ea6c3a1.tar.bz2 gentoo-0efc3685e1a1a6e853b27f98fdf2cd7d7ea6c3a1.zip |
net-analyzer/wireshark: Stabilize 4.0.3 ppc64, #892151
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-4.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-4.0.3.ebuild b/net-analyzer/wireshark/wireshark-4.0.3.ebuild index 49d3f5048aa3..152c11941a11 100644 --- a/net-analyzer/wireshark/wireshark-4.0.3.ebuild +++ b/net-analyzer/wireshark/wireshark-4.0.3.ebuild @@ -19,7 +19,7 @@ else S="${WORKDIR}/${P/_/}" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc64 ~riscv x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc64 ~riscv x86" fi fi |