diff options
author | Sam James <sam@gentoo.org> | 2021-11-18 09:03:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-18 09:03:37 +0000 |
commit | bb31040ef449b5666bd0c5c6bf8fe8ba5393b06d (patch) | |
tree | fd7efce02e686a0e0257af3093c9fbc19d7c270f /net-analyzer | |
parent | net-analyzer/wireshark: fix MissingTestRestrict (diff) | |
download | gentoo-bb31040ef449b5666bd0c5c6bf8fe8ba5393b06d.tar.gz gentoo-bb31040ef449b5666bd0c5c6bf8fe8ba5393b06d.tar.bz2 gentoo-bb31040ef449b5666bd0c5c6bf8fe8ba5393b06d.zip |
net-analyzer/wireshark: Stabilize 3.4.9 amd64, #823677
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-3.4.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-3.4.9.ebuild b/net-analyzer/wireshark/wireshark-3.4.9.ebuild index 119c5a3c00cc..55cf51710bae 100644 --- a/net-analyzer/wireshark/wireshark-3.4.9.ebuild +++ b/net-analyzer/wireshark/wireshark-3.4.9.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" |