diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template index 057448f355..f3ccccb566 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 }