rmlint: broken on armv6l

This commit is contained in:
Alessio Sergi 2015-10-27 16:10:00 +01:00
parent 2c2302800b
commit b6b4959dc3

View file

@ -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
}