diff options
author | Sam James <sam@gentoo.org> | 2021-10-03 00:24:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-03 00:24:16 +0100 |
commit | 124090ee066c9c0c42e522ef6a926a337ecdae7a (patch) | |
tree | 2447214d9b5c742c6389004f1e8728cb4845d6cd /net-analyzer/wireshark | |
parent | dev-python/cython: backport test warning (causing failure) patch (diff) | |
download | gentoo-124090ee066c9c0c42e522ef6a926a337ecdae7a.tar.gz gentoo-124090ee066c9c0c42e522ef6a926a337ecdae7a.tar.bz2 gentoo-124090ee066c9c0c42e522ef6a926a337ecdae7a.zip |
net-analyzer/wireshark: Stabilize 3.4.8 arm, #814908
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/wireshark-3.4.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-3.4.8.ebuild b/net-analyzer/wireshark/wireshark-3.4.8.ebuild index f16c381920aa..470019b2ab7b 100644 --- a/net-analyzer/wireshark/wireshark-3.4.8.ebuild +++ b/net-analyzer/wireshark/wireshark-3.4.8.ebuild @@ -18,7 +18,7 @@ else SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz" S="${WORKDIR}/${P/_/}" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc64 x86" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc64 x86" fi LICENSE="GPL-2" |