Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/
Date: Tue, 28 Jun 2022 09:39:22
Message-Id: 1656409138.d83ef14669d8a0d1400f38639a10b3b6b28b25ef.sam@gentoo
1 commit: d83ef14669d8a0d1400f38639a10b3b6b28b25ef
2 Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Mon Jun 27 23:35:27 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 09:38:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83ef146
7
8 net-analyzer/wireshark: Stabilize 3.6.3 ppc64, #841533
9
10 Signed-off-by: matoro <matoro <AT> users.noreply.github.com>
11 Closes: https://github.com/gentoo/gentoo/pull/26101
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-analyzer/wireshark/wireshark-3.6.3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-analyzer/wireshark/wireshark-3.6.3.ebuild b/net-analyzer/wireshark/wireshark-3.6.3.ebuild
18 index 7ac210542945..4d449ccaf2ea 100644
19 --- a/net-analyzer/wireshark/wireshark-3.6.3.ebuild
20 +++ b/net-analyzer/wireshark/wireshark-3.6.3.ebuild
21 @@ -18,7 +18,7 @@ else
22 SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz"
23 S="${WORKDIR}/${P/_/}"
24
25 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc64 ~riscv x86"
26 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc64 ~riscv x86"
27 fi
28
29 LICENSE="GPL-2"