From b6b4959dc301da69c8c92afcbf563ca9b178e72f Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 27 Oct 2015 16:10:00 +0100 Subject: [PATCH] rmlint: broken on armv6l --- srcpkgs/rmlint/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template index 057448f3551..f3ccccb5663 100644 --- a/srcpkgs/rmlint/template +++ b/srcpkgs/rmlint/template @@ -14,6 +14,10 @@ homepage="http://rmlint.rtfd.org/" distfiles="https://github.com/sahib/$pkgname/archive/v$version.tar.gz" checksum=f1c13681da073c4dc2f1173add85908d1e0e949659a1923ed7bfc0b2d1b8930d +if [ "$XBPS_TARGET_MACHINE" = "armv6l" ]; then + broken="http://build.voidlinux.eu/builders/armv6l_builder/builds/18864/steps/shell_3/logs/stdio" +fi + do_install() { scons install --prefix=${DESTDIR}/usr }