diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-14 15:30:59 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-14 15:30:59 +0300 |
commit | 35004b80160322385ebdec7721294d9c5ebf09b6 (patch) | |
tree | 75e31673f6c47759dab762a2849031bbd10977ba /net-analyzer | |
parent | net-analyzer/wireshark: Stabilize 4.0.6 arm, #908475 (diff) | |
download | gentoo-35004b80160322385ebdec7721294d9c5ebf09b6.tar.gz gentoo-35004b80160322385ebdec7721294d9c5ebf09b6.tar.bz2 gentoo-35004b80160322385ebdec7721294d9c5ebf09b6.zip |
net-analyzer/wireshark: Stabilize 4.0.6 x86, #908475
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-4.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-4.0.6.ebuild b/net-analyzer/wireshark/wireshark-4.0.6.ebuild index 132e89740aeb..c01734e591a1 100644 --- a/net-analyzer/wireshark/wireshark-4.0.6.ebuild +++ b/net-analyzer/wireshark/wireshark-4.0.6.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 |