diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-06-08 08:58:17 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-06-08 08:58:17 +0200 |
commit | a92e357fcbfcb64c49bb138c47a587843b3c5f61 (patch) | |
tree | 28ca917fba037b40ae4679875118a80fa4cfc996 /net-analyzer | |
parent | app-emulation/libguestfs: add missing libjansson dependency (diff) | |
download | gentoo-a92e357fcbfcb64c49bb138c47a587843b3c5f61.tar.gz gentoo-a92e357fcbfcb64c49bb138c47a587843b3c5f61.tar.bz2 gentoo-a92e357fcbfcb64c49bb138c47a587843b3c5f61.zip |
net-analyzer/wireshark: amd64 stable wrt bug #793968
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-3.4.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-3.4.6.ebuild b/net-analyzer/wireshark/wireshark-3.4.6.ebuild index 414a546592d6..2bb18ce9d57a 100644 --- a/net-analyzer/wireshark/wireshark-3.4.6.ebuild +++ b/net-analyzer/wireshark/wireshark-3.4.6.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" |