Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/
Date: Tue, 27 Sep 2022 16:01:36
Message-Id: 1664294485.dff02e765ac5419416f8e97ce6a26c76a189e2ee.arthurzam@gentoo
1 commit: dff02e765ac5419416f8e97ce6a26c76a189e2ee
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 27 16:01:25 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 16:01:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff02e76
7
8 net-analyzer/wireshark: Stabilize 3.6.8 arm64, #873049
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 net-analyzer/wireshark/wireshark-3.6.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/wireshark/wireshark-3.6.8.ebuild b/net-analyzer/wireshark/wireshark-3.6.8.ebuild
16 index 38bd8ecc25ad..373d120f39a6 100644
17 --- a/net-analyzer/wireshark/wireshark-3.6.8.ebuild
18 +++ b/net-analyzer/wireshark/wireshark-3.6.8.ebuild
19 @@ -18,7 +18,7 @@ else
20 SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz"
21 S="${WORKDIR}/${P/_/}"
22
23 - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv x86"
24 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc64 ~riscv x86"
25 fi
26
27 LICENSE="GPL-2"