diff options
author | Sam James <sam@gentoo.org> | 2023-05-16 04:38:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-16 04:38:58 +0100 |
commit | 3ea9fc401dc412e1f939d82a25c6d9c0aec2a61c (patch) | |
tree | 3ba01190ad26481e8c01b86466400216c03b17f0 /net-analyzer | |
parent | net-analyzer/wireshark: Stabilize 4.0.5 x86, #906500 (diff) | |
download | gentoo-3ea9fc401dc412e1f939d82a25c6d9c0aec2a61c.tar.gz gentoo-3ea9fc401dc412e1f939d82a25c6d9c0aec2a61c.tar.bz2 gentoo-3ea9fc401dc412e1f939d82a25c6d9c0aec2a61c.zip |
net-analyzer/wireshark: Stabilize 4.0.5 amd64, #906500
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-4.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-4.0.5.ebuild b/net-analyzer/wireshark/wireshark-4.0.5.ebuild index 2841613a1186..c88199ff3975 100644 --- a/net-analyzer/wireshark/wireshark-4.0.5.ebuild +++ b/net-analyzer/wireshark/wireshark-4.0.5.ebuild @@ -19,7 +19,7 @@ else S="${WORKDIR}/${P/_/}" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~amd64 arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv x86" fi fi |