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: Sun, 09 Jan 2022 11:54:55
Message-Id: 1641729264.736593d99a7d23662a3a77abcee0bbf9469fc411.arthurzam@gentoo
1 commit: 736593d99a7d23662a3a77abcee0bbf9469fc411
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 11:54:24 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 11:54:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=736593d9
7
8 net-analyzer/wireshark: Stabilize 3.4.11 arm64, #830569
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 net-analyzer/wireshark/wireshark-3.4.11.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/wireshark/wireshark-3.4.11.ebuild b/net-analyzer/wireshark/wireshark-3.4.11.ebuild
16 index 6ea541c8b477..0b1bde33daa2 100644
17 --- a/net-analyzer/wireshark/wireshark-3.4.11.ebuild
18 +++ b/net-analyzer/wireshark/wireshark-3.4.11.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -18,7 +18,7 @@ else
26 SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz"
27 S="${WORKDIR}/${P/_/}"
28
29 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~x86"
30 + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 ~x86"
31 fi
32
33 LICENSE="GPL-2"