diff options
author | Sam James <sam@gentoo.org> | 2023-09-27 05:46:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-27 05:46:20 +0100 |
commit | d9d096430d897b2ec1d66465b2c467839b897a86 (patch) | |
tree | d1004047d6a2117909b30e43e9c06c7de13b0a6c | |
parent | net-analyzer/wireshark: Stabilize 4.0.8 arm, #914788 (diff) | |
download | gentoo-d9d096430d897b2ec1d66465b2c467839b897a86.tar.gz gentoo-d9d096430d897b2ec1d66465b2c467839b897a86.tar.bz2 gentoo-d9d096430d897b2ec1d66465b2c467839b897a86.zip |
net-analyzer/wireshark: Stabilize 4.0.8 arm64, #914788
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-analyzer/wireshark/wireshark-4.0.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-4.0.8.ebuild b/net-analyzer/wireshark/wireshark-4.0.8.ebuild index 46a766fba830..d6647dd933c0 100644 --- a/net-analyzer/wireshark/wireshark-4.0.8.ebuild +++ b/net-analyzer/wireshark/wireshark-4.0.8.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 |