diff options
author | 2025-01-09 10:26:28 +0000 | |
---|---|---|
committer | 2025-01-09 10:26:28 +0000 | |
commit | 535d7271d469b080c8599a8138e0504085724ba1 (patch) | |
tree | e4cfa2f3689971c7c4d05dc310d63f2eea101f2c /net-analyzer | |
parent | net-analyzer/wireshark: exclude failing http2 test (diff) | |
download | gentoo-535d7271d469b080c8599a8138e0504085724ba1.tar.gz gentoo-535d7271d469b080c8599a8138e0504085724ba1.tar.bz2 gentoo-535d7271d469b080c8599a8138e0504085724ba1.zip |
net-analyzer/wireshark: drop ~hppa too for now (no minizip/zlib-ng)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-4.4.3.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/wireshark/wireshark-4.4.3.ebuild b/net-analyzer/wireshark/wireshark-4.4.3.ebuild index ac2883f1b6fc..0d851c3ea110 100644 --- a/net-analyzer/wireshark/wireshark-4.4.3.ebuild +++ b/net-analyzer/wireshark/wireshark-4.4.3.ebuild @@ -23,7 +23,7 @@ else S="${WORKDIR}/${P/_/}" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" fi fi diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild b/net-analyzer/wireshark/wireshark-9999.ebuild index ac2883f1b6fc..0d851c3ea110 100644 --- a/net-analyzer/wireshark/wireshark-9999.ebuild +++ b/net-analyzer/wireshark/wireshark-9999.ebuild @@ -23,7 +23,7 @@ else S="${WORKDIR}/${P/_/}" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" fi fi |