Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/
Date: Fri, 29 Apr 2022 08:29:53
Message-Id: 1651220945.05996d193d2e72239716280afdc3494feceff077.jsmolic@gentoo
1 commit: 05996d193d2e72239716280afdc3494feceff077
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 08:29:05 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 08:29:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05996d19
7
8 net-analyzer/wireshark: Stabilize 3.6.3 x86, #841533
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 net-analyzer/wireshark/wireshark-3.6.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/wireshark/wireshark-3.6.3.ebuild b/net-analyzer/wireshark/wireshark-3.6.3.ebuild
16 index b50c7b22053d..de4ddddac40f 100644
17 --- a/net-analyzer/wireshark/wireshark-3.6.3.ebuild
18 +++ b/net-analyzer/wireshark/wireshark-3.6.3.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"