diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-01 09:22:46 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-01 09:22:46 +0300 |
commit | 6f63a9779c4b08cda8c8271a0bbd3a7453f96206 (patch) | |
tree | 6fe3726c4b27f2fa2171d044ae36a40bc4560869 /net-analyzer/wireshark | |
parent | net-analyzer/wireshark: Stabilize 4.0.15 x86, #933294 (diff) | |
download | gentoo-6f63a9779c4b08cda8c8271a0bbd3a7453f96206.tar.gz gentoo-6f63a9779c4b08cda8c8271a0bbd3a7453f96206.tar.bz2 gentoo-6f63a9779c4b08cda8c8271a0bbd3a7453f96206.zip |
net-analyzer/wireshark: Stabilize 4.0.15 arm64, #933294
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/wireshark-4.0.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-4.0.15.ebuild b/net-analyzer/wireshark/wireshark-4.0.15.ebuild index e78d5be85091..fe89289f0fd4 100644 --- a/net-analyzer/wireshark/wireshark-4.0.15.ebuild +++ b/net-analyzer/wireshark/wireshark-4.0.15.ebuild @@ -23,7 +23,7 @@ else S="${WORKDIR}/${P/_/}" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~amd64 arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv x86" + KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~ppc64 ~riscv x86" fi fi |