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: Thu, 22 Jul 2021 06:07:18
Message-Id: 1626934000.d448b3b6a130e7d11b9b8312694616e5ca464b8a.sam@gentoo
1 commit: d448b3b6a130e7d11b9b8312694616e5ca464b8a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 22 06:06:40 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 22 06:06:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d448b3b6
7
8 net-analyzer/wireshark: Stabilize 3.4.7 arm64, #802216
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/wireshark/wireshark-3.4.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/wireshark/wireshark-3.4.7.ebuild b/net-analyzer/wireshark/wireshark-3.4.7.ebuild
16 index 7fd9e324e1a..c7630f4f508 100644
17 --- a/net-analyzer/wireshark/wireshark-3.4.7.ebuild
18 +++ b/net-analyzer/wireshark/wireshark-3.4.7.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 ~x86"
24 + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~x86"
25 fi
26
27 LICENSE="GPL-2"