diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-25 10:46:18 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-25 10:46:18 +0300 |
commit | 241819b1ff25076e1c771c8a7d1474b6702d79e6 (patch) | |
tree | 64740aeab42116a9703a209ad8763b5024b7c377 /net-analyzer | |
parent | net-analyzer/wireshark: Stabilize 3.6.13 amd64, #907129 (diff) | |
download | gentoo-241819b1ff25076e1c771c8a7d1474b6702d79e6.tar.gz gentoo-241819b1ff25076e1c771c8a7d1474b6702d79e6.tar.bz2 gentoo-241819b1ff25076e1c771c8a7d1474b6702d79e6.zip |
net-analyzer/wireshark: Stabilize 3.6.13 x86, #907129
Signed-off-by: Arthur Zamarin <arthurzam@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 e529464a7b7f..d8cfc572e3f7 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" |