diff options
author | Sam James <sam@gentoo.org> | 2023-08-20 06:41:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-20 06:41:51 +0100 |
commit | ae92ea4673c0153227a282158d2580ff38753ed9 (patch) | |
tree | 76499c6c86efe005722c29367aa8940d87f55bc2 /net-analyzer | |
parent | net-analyzer/wireshark: Stabilize 4.0.7 amd64, #912548 (diff) | |
download | gentoo-ae92ea4673c0153227a282158d2580ff38753ed9.tar.gz gentoo-ae92ea4673c0153227a282158d2580ff38753ed9.tar.bz2 gentoo-ae92ea4673c0153227a282158d2580ff38753ed9.zip |
net-analyzer/wireshark: Stabilize 4.0.7 x86, #912548
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-4.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-4.0.7.ebuild b/net-analyzer/wireshark/wireshark-4.0.7.ebuild index 8182aa2fb664..2a642376f5e0 100644 --- a/net-analyzer/wireshark/wireshark-4.0.7.ebuild +++ b/net-analyzer/wireshark/wireshark-4.0.7.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 |