diff options
author | 2024-08-29 07:16:17 +0200 | |
---|---|---|
committer | 2024-08-29 07:16:43 +0200 | |
commit | 730cd950a8df49c8b0ed4ce35ff7444d78e98a98 (patch) | |
tree | cf096fad6cd110d44ebfea6f9db1092907586dba /net-analyzer | |
parent | app-text/lesspipe: Stabilize 2.13 amd64, #938622 (diff) | |
download | gentoo-730cd950a8df49c8b0ed4ce35ff7444d78e98a98.tar.gz gentoo-730cd950a8df49c8b0ed4ce35ff7444d78e98a98.tar.bz2 gentoo-730cd950a8df49c8b0ed4ce35ff7444d78e98a98.zip |
net-analyzer/wireshark: Stabilize 4.2.6 x86, #938641
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-4.2.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-4.2.6.ebuild b/net-analyzer/wireshark/wireshark-4.2.6.ebuild index 4480ecaaa22a..48ef7c398390 100644 --- a/net-analyzer/wireshark/wireshark-4.2.6.ebuild +++ b/net-analyzer/wireshark/wireshark-4.2.6.ebuild @@ -24,7 +24,7 @@ else S="${WORKDIR}/${P/_/}" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~riscv ~x86" + KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~riscv x86" fi fi |