From 3e0bc65fff94b707accab14d8e74644bd5d1bf0e Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Fri, 8 May 2020 14:49:39 -0500 Subject: [PATCH] bpftrace: drop 32-bit architectures --- srcpkgs/bpftrace/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/bpftrace/template b/srcpkgs/bpftrace/template index b2dccc88932d..8e18639c8af2 100644 --- a/srcpkgs/bpftrace/template +++ b/srcpkgs/bpftrace/template @@ -13,6 +13,10 @@ homepage="https://github.com/iovisor/bpftrace/" distfiles="https://github.com/iovisor/bpftrace/archive/v${version}.tar.gz" checksum=50ea80c0e337c4aaa260911e013b92ae09bdd5a062b23eb748290409bc2844db +if [ $XBPS_TARGET_WORDSIZE = 32 ]; then + broken="https://github.com/iovisor/bpftrace/commit/4ae387f06fdd133e49a012b3b76623012ba39973" +fi + post_install() { # clashes with bcc-tools rm -rf ${DESTDIR}/usr/share/man