diff options
author | Sam James <sam@gentoo.org> | 2023-05-25 08:29:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-25 08:29:02 +0100 |
commit | fa281fc2f7db7f83802da6ff26ccb55810073602 (patch) | |
tree | 99d37aaa8569c42e1edb54f16ea3e9430b43c891 /net-analyzer | |
parent | app-crypt/sequoia-sqv: patch CVEs in crates (diff) | |
download | gentoo-fa281fc2f7db7f83802da6ff26ccb55810073602.tar.gz gentoo-fa281fc2f7db7f83802da6ff26ccb55810073602.tar.bz2 gentoo-fa281fc2f7db7f83802da6ff26ccb55810073602.zip |
net-analyzer/wireshark: Stabilize 3.6.13 arm, #907129
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-3.6.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-3.6.13.ebuild b/net-analyzer/wireshark/wireshark-3.6.13.ebuild index 1e4730af8694..9851a39de423 100644 --- a/net-analyzer/wireshark/wireshark-3.6.13.ebuild +++ b/net-analyzer/wireshark/wireshark-3.6.13.ebuild @@ -18,7 +18,7 @@ else SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz" S="${WORKDIR}/${P/_/}" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv ~x86" fi LICENSE="GPL-2" |