rmlint: broken on armv6l
This commit is contained in:
parent
2c2302800b
commit
b6b4959dc3
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue