diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-13 15:37:01 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-13 15:37:01 +0200 |
commit | 0603c9396cec1b17d3c5d3e91e584ec54b667d8b (patch) | |
tree | cabc6e55c24057708017de8454f45a323ffcff53 /net-analyzer | |
parent | net-misc/spice-gtk: Stabilize 0.41-r1 arm64, #887463 (diff) | |
download | gentoo-0603c9396cec1b17d3c5d3e91e584ec54b667d8b.tar.gz gentoo-0603c9396cec1b17d3c5d3e91e584ec54b667d8b.tar.bz2 gentoo-0603c9396cec1b17d3c5d3e91e584ec54b667d8b.zip |
net-analyzer/wireshark: Stabilize 3.6.10 arm, #887801
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-3.6.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/wireshark/wireshark-3.6.10.ebuild b/net-analyzer/wireshark/wireshark-3.6.10.ebuild index 0307c097a39d..e4a91cba071f 100644 --- a/net-analyzer/wireshark/wireshark-3.6.10.ebuild +++ b/net-analyzer/wireshark/wireshark-3.6.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~riscv ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc64 ~riscv ~x86" fi LICENSE="GPL-2" |